index
:
neb-python
master
a lisp, sorta
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
Commit message (
Expand
)
Author
Age
*
add optional fill character to string format
mryouse
2022-07-30
*
for-count now uses _idx_ instead of idx
mryouse
2022-07-29
*
WIP more sorting exploration
mryouse
2022-07-29
*
initial commit of a test runner
mryouse
2022-07-22
*
refactor: inner functions to outer hidden functions
mryouse
2022-07-21
*
function renames and return types
mryouse
2022-07-21
*
function renames and overloading
mryouse
2022-07-21
*
s/*-char/*/
mryouse
2022-07-21
*
first-char and rest-char to first and rest
mryouse
2022-07-20
*
implement 'ord', and start integrating string sorting
mryouse
2022-07-16
*
bugfix: too many 'first's
mryouse
2022-07-16
*
use built-in prepend and use more reduce
mryouse
2022-07-15
*
implement quicksort
mryouse
2022-07-15
*
initial commit of sort.neb
mryouse
2022-07-15
*
bugfix: empty pattern is always true
mryouse
2022-07-15
*
refactor: use drop-while to short-circuit
mryouse
2022-07-15
*
bugfix: only evaluate first statement
mryouse
2022-07-14
*
bugfix: fields were reversed
mryouse
2022-07-14
*
refactor: dot functions
mryouse
2022-07-14
*
initial commit of a regex match? function
mryouse
2022-07-13
*
add align
mryouse
2022-07-13
*
initial commit of an f-string function
mryouse
2022-07-12
*
return type hints for ansi.neb
mryouse
2022-07-02
*
dict with types (still rough)
mryouse
2022-06-22
*
add types to signatures
mryouse
2022-06-22
*
add :list type to dicts, for now
mryouse
2022-06-16
*
dicts, but better
mryouse
2022-06-15
*
naiive neb dicts
mryouse
2022-06-15
*
initial commit of namespace support with 'use-as'
mryouse
2022-06-13
*
remove 'ansi-escape' builtin as it's not needed anymore
mryouse
2022-06-12
*
ansi style library
mryouse
2022-06-07