Commit Graph

8 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 563e8ba069
Go: store scopes and globals as maps 2018-10-10 19:56:05 +02:00
Přemysl Eric Janouch b210216c71
Go: use slices for list values 2018-10-10 19:39:29 +02:00
Přemysl Eric Janouch fb143f4d27
Go: use slices for Handler results 2018-10-10 17:13:05 +02:00
Přemysl Eric Janouch 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
Přemysl Eric Janouch b3e27a5df3
Go: make the `system` command more useful
Connect standard streams.
2018-10-09 18:31:17 +02:00
Přemysl Eric Janouch 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
Přemysl Eric Janouch f7bb33cc3d
Go: remove useless accessors to Ell.Handlers 2018-10-09 18:16:19 +02:00
Přemysl Eric Janouch f751975cfd
Add a port to Go 2018-10-09 10:42:20 +02:00