Live data from Hacker News

Praising Kernel (The Axis of Eval)

axisofeval.blogspot.com

1–10 of 12 posts

Re: Praising Kernel (The Axis of Eval)

#4
Kernel the language can be found here: http://web.cs.wpi.edu/~jshutt/kernel.html

Where the author mentions that it is related to his doctoral dissertation, Fexprs as the basis of Lisp function application; or, $vau: the ultimate abstraction[1].

[1] http://www.wpi.edu/Pubs/ETD/Available/etd-090110-124904/

Re: Praising Kernel (The Axis of Eval)

#7
post #5

Unrelated to the content of the article but by the UI - is it just me or does have pitch black background with white text is a bad design for the eye?

It's not just you. White text on a black background is HORRIBLE design. That's why my Readability bookmarklet sees a lot of use.

Re: Praising Kernel (The Axis of Eval)

#10
post #9

I've read about Kernel before, but this time I wondered if $vau is in any way related to 0 from Jot (the turing tarpit best apparently best used as a Goedel numbering). Maybe I should just write jshutt...

there are certain similarities to other very-low-operator-count languages - the big difference is that with Kernel's fexprs, you can go from this handful of operators to a fully-featured language more expressive than Scheme, and do so with style. See the R-1RK - it builds up the whole language, sequentially, from the built-ins:

ftp://ftp.cs.wpi.edu/pub/techreports/pdf/05-07.pdf

Post reply on HN