Category:Hoon: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language}}")
 
No edit summary
 
Line 1: Line 1:
{{stub}}{{language}}
{{stub}}
Hoon is the lisp-y runic language used in [https://github.com/urbit/urbit Urbit].
Unlike most other language, it has no reserved keywords and instead relies on two-character symbols called runes, which are converted into AST nodes. Hoon compiles to Nock, the simple combinator-based virtual machine that Urbit runs on top of.{{language}}

Latest revision as of 23:26, 8 October 2015

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

Hoon is the lisp-y runic language used in Urbit.

Unlike most other language, it has no reserved keywords and instead relies on two-character symbols called runes, which are converted into AST nodes. Hoon compiles to Nock, the simple combinator-based virtual machine that Urbit runs on top of.

Language
Hoon
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Hoon.