Y
Hacker News
new
|
ask
|
show
|
jobs
by
nulldata
2718 days ago
Reminds me that I should probably finish my article on how I wrote a BrainF*ck interpreter in sed.
1 comments
BlackLotus89
2718 days ago
This I would like to see. Do you have the code somewhere right now or do you plan to release it with the article?
link
gizmo385
2718 days ago
If you're interested in things being implemented in non-standard languages, I would check out the Make-A-LISP project on Github [1]. Someone even took it upon themselves to write an implementation in AWK :) [2]
[1]
https://github.com/kanaka/mal/
[2]
https://github.com/kanaka/mal/tree/master/awk
link
kritixilithos
2718 days ago
There's even an implementation of lisp in sed :)
https://github.com/shinh/sedlisp/
link