K/simple: Difference between revisions

140 bytes removed ,  14 days ago
m
minor phrasing issue
m (typo on verb table)
m (minor phrasing issue)
Line 16:
'''k/simple''' is "a tiny interpreter of a toy vector language, implemented in about 25 lines of c with a small header file"<ref>https://github.com/kparc/ksimple/blob/main/README.md</ref>, written by [[Arthur Whitney]].
 
k/simple is meant to "demonstrate the fundamentals of the design, organization and style"<ref>https://github.com/kparc/ksimple/blob/main/README.md</ref> employed by Arthur Whitney when he writes "interpreters in c in the most succinct and approachable way"<ref>https://github.com/kparc/ksimple/blob/main/README.md</ref>.
 
== Types==
4

edits