Skip to content
#

programming-language

Here are 5,085 public repositories matching this topic...

julia
CameronBieganek
CameronBieganek commented Feb 10, 2022
julia> throw(ArgumentError("the quick brown fox jumps over the lazy dog"))
ERROR: ArgumentError: the quick brown fox jumps over the lazy dog
Stacktrace:
 [1] top-level scope
   @ REPL[13]:1

julia> throw(DimensionMismatch("the quick brown fox jumps over the lazy dog"))
ERROR: DimensionMismatch("the quick brown fox jumps over the lazy dog")

I believe it should be printing l

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!

  • Updated Feb 11, 2022
  • Red

Improve this page

Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."

Learn more