1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/src
Calvin Rose 39f1d81fd4 Use :length method for (length abstract)
Also adds the janet_lengthv API call. This is
needed because janet_length returns a 32 bit integer, where
as lengthv lets us return larger values (useful for typed arrays).

janet_mcall is an api function that should make it easier to call
a janet method from C code. It shares a similar signature with
janet_call.
2019-09-08 19:26:16 -05:00
..
boot Add put-in. 2019-09-05 13:19:25 -05:00
conf Update to 1.3.0, add jpm.1 2019-09-04 23:44:23 -05:00
core Use :length method for (length abstract) 2019-09-08 19:26:16 -05:00
include Use :length method for (length abstract) 2019-09-08 19:26:16 -05:00
mainclient Add Q and q formatters to buffer/format. 2019-08-24 22:53:45 -04:00
webclient Fix up webclient. 2019-06-24 17:27:03 -04:00