Skip to content
#

programming-language

Here are 3,038 public repositories matching this topic...

julia

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 Sep 28, 2020
  • Red
aryairani
aryairani commented Mar 28, 2020

Current behavior:

.> view ##Nat

  ⚠️
  
  The following names were not found in the codebase. Check your spelling.
    ##Nat

.> names ##Nat

  😶
  
  I couldn't find anything by that name.

.> alias.type ##Nat Nat

  Done.

.> names ##Nat

  Type
  Hash:  ##Nat
  Names: Nat

.> view ##Nat

  -- Nat is built-in.

Desired behavior would be something like:

vaughnbeanz
vaughnbeanz commented Jul 16, 2020

Description:
When:

  1. A function in a service processRequest...
  2. Calls another function in the same service createError...
  3. That returns an error...
  4. The processing in the first function processRequest exits prematurely (as if it were doing a check). This behaviour is not the subject of this issue report. Issue #24795 is.
  5. The reason of the error has its first letter Lo

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

You can’t perform that action at this time.