Category:Fe: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 April 2024

1 February 2023

31 January 2023

  • curprev 15:3015:30, 31 January 2023Ooichu talk contribsm 1,406 bytes +50 No edit summary
  • curprev 14:5614:56, 31 January 2023Ooichu talk contribs 1,356 bytes +1,356 Created page with "{{language|exec=interpreted|checking=dynamic|gc=mark and sweep|site=https://github.com/rxi/fe}} == '''fe''' == A '''tiny''', embeddable language implemented in ANSI C (= reverse (fn (lst) (let res nil) (while lst (= res (cons (car lst) res)) (= lst (cdr lst)) ) res )) (= animals '("cat" "dog" "fox")) (print (reverse animals)) ; => ("fox" "dog" "cat") == Overview == * Supports numbers, symbols, strings, pairs, lambdas, macros * Lexically scoped v..."