aboutsummaryrefslogtreecommitdiff
path: root/ell/ell.go
Commit message (Expand)AuthorAgeFilesLines
* Name changePřemysl Eric Janouch2020-09-281-1/+1
* Go: move the stdlib to a different filePřemysl Janouch2018-10-101-495/+0
* Go: make use of multiple return valuesslicesPřemysl Janouch2018-10-101-163/+134
* Go: store scopes in reverse order for efficiencyPřemysl Janouch2018-10-101-13/+9
* Go: store scopes and globals as mapsPřemysl Janouch2018-10-101-31/+17
* Go: use slices for list valuesPřemysl Janouch2018-10-101-199/+151
* Go: use slices for Handler resultsPřemysl Janouch2018-10-101-72/+81
* Go: use slices for Handler argumentsPřemysl Janouch2018-10-101-140/+150
* Go: make the `system` command more usefulPřemysl Janouch2018-10-091-0/+3
* Go: use string for strings instead of []bytePřemysl Janouch2018-10-091-19/+17
* Go: remove useless accessors to Ell.HandlersPřemysl Janouch2018-10-091-12/+2
* Add a port to GoPřemysl Janouch2018-10-091-0/+1294