Camilo
Camilo
I created an assert lib and there are some others in the wild too If this would be only for that specific use case my proposal would be `Assert.string()` or...
In my opinion is better to have a `~/.wren` directory where such configs are stored. Also there you can save your common libs and other helper codes and import them...
I think the name should be `wren_cli` since `wren` is the language and `wren_cli` is a project that embeds the language. Naming `wren_cli` just `wren` can cause confusions. I think...
To be honest I'm fine with either way of using the CLI 👍 I will accept whichever name is settled for 💯

> What about examining the executable name from the first command line argument? Aaah you mean getting it from `arg[0]` Sorry I just though other thing like the first argument...
Is there really a need for basic networking? My opinion is that component can be externalized via extensions. In my opinon a higher priority than networking would be extensability via...
I think `Directory.remove` and `File.delete` should be both named `Directory.delete` and `File.delete`. to be more consistent.
@leandrocp Yes I created a simple Lib to get the same functionality of dev.to markdown editor in my own website https://github.com/ElixirCL/liquor
I follow the install instructions and works on Windows 7 64 bits 