6 Commits

Author SHA1 Message Date
jturner
e7f7e79ec6 Update janet to 1.0.0.
Release notes: https://github.com/janet-lang/janet/releases/tag/v1.0.0
2019-07-02 23:10:39 +00:00
jturner
182c580dc4 Update janet to 0.6.0.
All kinds of newness: https://github.com/janet-lang/janet/releases/tag/v0.6.0
2019-06-01 01:40:14 +00:00
jturner
24b447e176 Update janet to 0.5.0
Reintroduce the shared lib with some more install work. Initial diff from
Fred <openbsd at crowsons dot net> with tweaks from me.
2019-05-14 23:43:31 +00:00
jturner
3bd6572c59 Update janet to 0.4.1 2019-04-16 00:29:26 +00:00
jturner
73e17c2816 Update janet to 0.4.0. Shared lib is no longer installed by default. 2019-03-13 01:14:46 +00:00
jturner
08f182e090 Import ports/lang/janet. ok bcallah@
Janet is a functional and imperative programming language. The entire
language (core library, interpreter, compiler, assembler) is about
200-300 kB and should run on many constrained systems.

Janet makes a good system scripting language or a language to embed in
other programs, similar Lua or Guile. Janet also can be used for rapid
prototying, dynamic systems, and other domains where lisp shines.

Features include first class closures, garbage collection, lisp macros,
a REPL, the ability to directly interoperate with C including
dynamically loading C libraries, and an extensive core library.
2019-02-21 00:35:17 +00:00