Y
Hacker News
new
|
ask
|
show
|
jobs
by
Drahflow
4016 days ago
The README claims easy Domain-specific-language creation. Here is a concrete example how code which utilizes these features looks like:
https://gist.github.com/Drahflow/c463717d5c72e114ac63
1 comments
Retra
4016 days ago
For the love of brackets...
link
subhro
4015 days ago
:) Why does this comment remind me of the abbreviation (I heard) of LISP, Lots of Irritating and Superfluous Parenthesis. :)
link
silon3
4015 days ago
I miss semicolons ;)
link
Drahflow
4015 days ago
There are semicolons :) They do sequential function composition:
{ /foo dump } /f defv { /bar dump } /g defv
f g ; /h deff
h # "foo" "bar"
link