changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: langs

changeset 5: 4ebd789458d8
parent 4: 58e3d5b7b6c5
child 6: c82ce64cbdb3
author: ellis <ellis@rwest.io>
date: Tue, 04 Jul 2023 03:40:18 -0400
files: lang.org lisp.org
description: langs
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/lang.org	Tue Jul 04 03:40:18 2023 -0400
     1.3@@ -0,0 +1,20 @@
     1.4+#+TITLE: lang
     1.5+#+DESCRIPTION: programming languages
     1.6+#+FILETAGS: lang
     1.7+* Concatenative
     1.8+** Factor                                                           :factor:
     1.9+- [2023-07-04 Tue]
    1.10+  Factor is a cool concatenative lang but unfortunately the C interface
    1.11+  (vm/master.h) no longer exists on the master branch.
    1.12+** Joy                                                                 :joy:
    1.13+
    1.14+*** https://hypercubed.github.io/joy/html/j02maf.html
    1.15+
    1.16+*** [[https://builds.openlogicproject.org/content/incompleteness/arithmetization-syntax/arithmetization-syntax.pdf][arithmetization of syntax]]
    1.17+* Lisp                                                                 :lisp:
    1.18+These notes pertain to Lisp. More specifically, ANSI Common Lisp in
    1.19+most places.
    1.20+
    1.21+- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks
    1.22+  cool though
    1.23+  - what we really need is wasm compiler.. TBD
     2.1--- a/lisp.org	Sun Jul 02 00:36:31 2023 -0400
     2.2+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3@@ -1,8 +0,0 @@
     2.4-#+TITLE: Lisp
     2.5-
     2.6-These notes pertain to Lisp. More specifically, ANSI Common Lisp in
     2.7-most places.
     2.8-
     2.9-- https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks
    2.10-  cool though
    2.11-  - what we really need is wasm compiler.. TBD