changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > blog / lang.org

changeset 5: 4ebd789458d8
author: ellis <ellis@rwest.io>
date: Tue, 04 Jul 2023 03:40:18 -0400
permissions: -rw-r--r--
description: langs
1 #+TITLE: lang
2 #+DESCRIPTION: programming languages
3 #+FILETAGS: lang
4 * Concatenative
5 ** Factor :factor:
6 - [2023-07-04 Tue]
7  Factor is a cool concatenative lang but unfortunately the C interface
8  (vm/master.h) no longer exists on the master branch.
9 ** Joy :joy:
10 
11 *** https://hypercubed.github.io/joy/html/j02maf.html
12 
13 *** [[https://builds.openlogicproject.org/content/incompleteness/arithmetization-syntax/arithmetization-syntax.pdf][arithmetization of syntax]]
14 * Lisp :lisp:
15 These notes pertain to Lisp. More specifically, ANSI Common Lisp in
16 most places.
17 
18 - https://github.com/lispnik/iup/ - doesn't support MacOS yet, looks
19  cool though
20  - what we really need is wasm compiler.. TBD