jturner
b291ef8b45
Update janet to 0.13.1. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.13.1
2020-12-15 17:54:38 +00:00
jturner
c1028f1490
Add a patch to allow janet to compile on mips64el and possibly mips64 and
...
sparc64. From and test on loongson by Donovan Watteau <contrib at dwatteau
dot fr> Bump for safety.
2020-10-25 23:52:46 +00:00
jturner
33aeb4de18
Update janet to 1.12.2
2020-09-22 19:03:51 +00:00
jturner
e8b509c704
Update janet to 1.12.1
2020-09-08 17:47:06 +00:00
jturner
bb152ef2e8
Update janet to 1.11.3
2020-08-05 18:10:03 +00:00
jturner
d6d41e65a2
Update janet to 1.11.1
2020-07-26 23:23:30 +00:00
jturner
40310f5d31
Update janet to 1.11.0
2020-07-21 14:23:03 +00:00
jturner
8b069eb543
Update janet to 1.10.1
2020-06-22 17:34:47 +00:00
jturner
4d0c96a4ee
Update janet to 1.10.0. Mark broken on mips64 while here.
...
Release notes: https://github.com/janet-lang/janet/releases/tag/v1.10.0
2020-06-15 18:00:42 +00:00
jturner
1047190abd
Update janet to 1.9.1
2020-05-14 13:39:42 +00:00
jturner
9f1bccbaa2
Update janet to 1.8.1. Release notes: https://github.com/janet-lang/janet/releases
2020-04-01 14:10:52 +00:00
kmos
67d6ac2083
Mark lang/janet BROKEN-sparc64
...
It has never built on sparc64
2020-02-11 13:43:38 +00:00
jturner
f3aa2eea3c
Update janet to 1.7.0
2020-02-04 23:15:01 +00:00
jturner
6955e60ede
Update janet to 1.6.0. Release notes: https://github.com/janet-lang/janet/releases/tag/v1.6.0
2019-12-23 23:42:35 +00:00
jturner
77b77b9895
Update janet to 1.5.1
2019-11-18 19:34:56 +00:00
jturner
83f07abb97
Update janet to 1.5.0
2019-11-12 01:45:59 +00:00
jturner
39fa43b2a9
Update janet to 1.4.0
2019-10-15 19:05:51 +00:00
jturner
0bc2454a59
Update janet to 0.3.1
2019-09-23 22:22:10 +00:00
jturner
ff33c31cc1
Update janet to 1.3.0.
...
Release notes: https://github.com/janet-lang/janet/releases/tag/v1.3.0
2019-09-06 23:31:45 +00:00
jturner
1595a9b296
Update janet to 1.2.0
2019-08-10 22:51:23 +00:00
jturner
a0341d4002
Update janet to 1.1.0
2019-07-12 01:39:46 +00:00
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
f9f7d97f56
Try to fix janet build on sparc64 by using -fPIC instead of -fpic
2019-06-05 00:33: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
bcallah
13c2fb54dc
Janet requires TLS, so set
...
COMPILER = base-clang ports-gcc
COMPILER_LANGS = c
Noticed when building janet on hppa.
ok jturner@
2019-04-16 01:56:16 +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