Ilya Sher
Ilya Sher
Thanks! Will look into it.
Maybe: `log("Processing file X", ??? log("processing line Y") ???)`, where `???` stands for undecided syntax
Maybe without introducing new syntax: ``` log("reading file X", F(log) { # Nested: log("reading line 1") ... }) ``` This can automatically add "start" and "end" for the section. Maybe...
TODO: Think about integration with different facilities and methods, similar to `$(log: ....)`
Hi. Sorry for the delay. > This shell looks very interesting Thanks! Please note that the CLI / REPL part is not ready yet. It's only the programming language that...
> getting a basic REPL running first might be the better idea. I did not consider this but given the amount of work to implement the [vision for the UI](https://github.com/ngs-lang/ngs/wiki/UI-Design),...
Same issue in Elvish - https://github.com/elves/elvish/issues/952
> FWIW Oil has a `run` builtin which is used to tweak exit codes. This comes up in a couple places: > > * `grep` can return 0, 1, or...
Note: elvish got this solved. Todo: take a look and most likely adopt the solution