Commit Graph

12 Commits

Author SHA1 Message Date
13b4b8a5f5 Name change 2020-09-28 05:11:26 +02:00
c81f986ec2 Go: move the stdlib to a different file 2018-10-10 21:23:25 +02:00
2fe3c4753f Go: make use of multiple return values 2018-10-10 21:12:35 +02:00
2717cd569b Go: store scopes in reverse order for efficiency 2018-10-10 19:56:05 +02:00
563e8ba069 Go: store scopes and globals as maps 2018-10-10 19:56:05 +02:00
b210216c71 Go: use slices for list values 2018-10-10 19:39:29 +02:00
fb143f4d27 Go: use slices for Handler results 2018-10-10 17:13:05 +02:00
f4f03d1737 Go: use slices for Handler arguments
First step to replacing linked lists with something more Go-like.
2018-10-10 16:37:56 +02:00
b3e27a5df3 Go: make the system command more useful
Connect standard streams.
2018-10-09 18:31:17 +02:00
1e03aeacdd Go: use string for strings instead of []byte
A few conversions more, a few conversions less.
2018-10-09 18:25:41 +02:00
f7bb33cc3d Go: remove useless accessors to Ell.Handlers 2018-10-09 18:16:19 +02:00
f751975cfd Add a port to Go 2018-10-09 10:42:20 +02:00