a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
forwardslash  ·  3846 days ago  ·  link  ·    ·  parent  ·  post: Reimplementing Markdown in Arc Lisp

I wish more than anything else that arc had any sort of database API, but as it stands our database is just flat files loaded into memory in a hashtable. Racket and scheme (which arc is built on) have some database APIs but you'd have to cross define them in arc which isn't trivial.