top | item 46945018

(no title)

vindarel | 20 days ago

There's a new one, pretty good, resembling Python/Julia syntax, check it out! https://moonli-lang.github.io/

    defun multiply-thrice(x):
      print(x * x * x)
    end

    multiply-thrice(23)

discuss

order

No comments yet.