Hoon
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) (→Links) |
||
(2 intermediate revisions by one user not shown) | |||
Line 7: | Line 7: | ||
Hoon appears to have a syntax that uses lots of parentheses (like [[LISP]]), but also uses square brackets for other things. | Hoon appears to have a syntax that uses lots of parentheses (like [[LISP]]), but also uses square brackets for other things. | ||
+ | |||
+ | == See also == | ||
+ | * [[Nock]] | ||
+ | * [[%clay vane]] | ||
== Links == | == Links == | ||
Line 12: | Line 16: | ||
* [http://urbit.org/docs/dev/hoon/principles Hoon principles] | * [http://urbit.org/docs/dev/hoon/principles Hoon principles] | ||
* [http://www.popehat.com/2013/12/06/nock-hoon-etc-for-non-vulcans-why-urbit-matters/ Third-party blog posting attempting to understand the Urbit project] | * [http://www.popehat.com/2013/12/06/nock-hoon-etc-for-non-vulcans-why-urbit-matters/ Third-party blog posting attempting to understand the Urbit project] | ||
+ | * [http://reddragdiva.tumblr.com/post/141832812938/argumate-all-moldbug-criticism-should-be A Tumblr review of Urbit] | ||
+ | * [https://www.youtube.com/watch?v=rkZ3GkeU9kg LambdaConf talk] |
Latest revision as of 12:11, 10 June 2016
Hoon is the "higher-level" ("strict, higher-order typed pure-functional") programming language that is part of the Urbit project, built on the lower-level Nock. The whole project seems to be attempting to define a totally new computing infrastructure built on a virtual machine, with new languages, protocols, and mysterious terminology. Trying to figure out just what the point of the whole thing is can be difficult... and that's while staying totally away from the personal politics of its creator, which we won't try to touch with a ten foot (3.048 meter) pole.
Hoon appears to have a syntax that uses lots of parentheses (like LISP), but also uses square brackets for other things.