Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ktg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
NewLISP Neo: Replacing a Tree-Walking Interpreter with a VM and Generational GC
(github.com)
2 points
by
ktg
13d ago
|
0 comments
2.
▲
Isle Islisp: Islisp Implemented in Common Lisp
(github.com)
3 points
by
ktg
3y ago
|
0 comments
3.
▲
by
ktg
8y ago
Hand-crafted parser: Building LISP: http://www.lwh.jp/lisp/index.html - Parser: http://www.lwh.jp/lisp/parser.html Full source: https://github.com/kimtg/ToyLisp
4.
▲
by
ktg
10y ago
Author here. L++ (Lisp-flavored C++) https://bitbucket.org/ktg/l
5.
▲
by
ktg
11y ago
Good article
6.
▲
NewLisp's strange reader
(newlispfanclub.alh.net)
1 points
by
ktg
11y ago
|
0 comments
7.
▲
The Javelin Programming Language
(github.com)
1 points
by
ktg
11y ago
|
0 comments
8.
▲
by
ktg
11y ago
LispScript | https://bitbucket.org/ktg/lispscript Try LispScript | http://ktg.bitbucket.org/lispscript/lispscript.html
9.
▲
by
ktg
12y ago
In for, in-range is faster. http://docs.racket-lang.org/reference/sequences.html?q=in-ra... An in-range application can provide better performance for number iteration when it appears directly in a for clause. -&
10.
▲
by
ktg
12y ago
See also fn.js (Functional JavaScript Library)| https://bitbucket.org/ktg/fn
11.
▲
by
ktg
12y ago
Flappy Bird in Racket | https://github.com/soegaard/flappy-bird
12.
▲
by
ktg
12y ago
L++ is a programming language that transcompiles to C++. It uses Lisp-like syntax. Macros are supported via Racket's macro system define-syntax, define-syntax-rule and defmacro. L++ | https://bitbucket.org/ktg/l
13.
▲
by
ktg
12y ago
v0.2: Macros are supported via Racket's macro system define-syntax.
14.
▲
by
ktg
12y ago
L++ website | https://bitbucket.org/ktg/l Previous post (not by me) | https://news.ycombinator.com/item?id=7711755
15.
▲
L++ 0.2: Macros are supported via Racket's macro system define-syntax.
(bitbucket.org)
1 points
by
ktg
12y ago
|
1 comments
16.
▲
by
ktg
12y ago
Links Paren | https://bitbucket.org/ktg/paren ParenJ | https://bitbucket.org/ktg/parenj Paren# | https://bitbucket.org/ktg/parensharp
17.
▲
The Paren Programming Language now supports threads.
1 points
by
ktg
12y ago
|
1 comments
18.
▲
by
ktg
12y ago
Javascript is a pretty cool programming language heavily influenced by Scheme. -> I couldn't agree with you more. There is a Lisp-to-JS compiler (ParenJS). https://bitbucket.org/ktg/parenjs
19.
▲
by
ktg
13y ago
Parenjs: Lisp-to-JavaScript compiler https://bitbucket.org/ktg/parenjs
20.
▲
by
ktg
14y ago
Very Newbie-friendly Clojure IDE (GUI REPL). Double click JAR_FILE to run.
21.
▲
DrClojure 0.1.6 Released
(bitbucket.org)
1 points
by
ktg
14y ago
|
1 comments