# HG changeset patch # User ellis # Date 1688456418 14400 # Node ID 4ebd789458d8eea3281f23e0f16638ab5cd32dcc # Parent 58e3d5b7b6c5621eed4c671e26125577aa72f6b1 langs diff -r 58e3d5b7b6c5 -r 4ebd789458d8 lang.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lang.org Tue Jul 04 03:40:18 2023 -0400 @@ -0,0 +1,20 @@ +#+TITLE: lang +#+DESCRIPTION: programming languages +#+FILETAGS: lang +* Concatenative +** Factor :factor: +- [2023-07-04 Tue] + Factor is a cool concatenative lang but unfortunately the C interface + (vm/master.h) no longer exists on the master branch. +** Joy :joy: + +*** https://hypercubed.github.io/joy/html/j02maf.html + +*** [[https://builds.openlogicproject.org/content/incompleteness/arithmetization-syntax/arithmetization-syntax.pdf][arithmetization of syntax]] +* Lisp :lisp: +These notes pertain to Lisp. More specifically, ANSI Common Lisp in +most places. + +- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks + cool though + - what we really need is wasm compiler.. TBD diff -r 58e3d5b7b6c5 -r 4ebd789458d8 lisp.org --- a/lisp.org Sun Jul 02 00:36:31 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#+TITLE: Lisp - -These notes pertain to Lisp. More specifically, ANSI Common Lisp in -most places. - -- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks - cool though - - what we really need is wasm compiler.. TBD