José Luis Cruz
José Luis Cruz
Could [deno](https://github.com/denoland/deno) be another possible candidate?
Ok I've been thinking a little bit more about this, so I'm gonna share some thoughts in case it helps in moving forward. What I'd like the most, I think,...
> I have more time now, so I'm going to try to implement this feature. That'd be awesome, and I'd love to help testing this. At [notcurses](https://github.com/dankamongmen/notcurses/issues/200) We are eagerly...
I personally prefer it like this: ```rust pub fn new() -> Self { // Create a new Vec with fields properly initialised. Vec { // Note that here we are...
I agree with @edouard-lopez that adding unit tests is important long-term. I personally like [Bats](https://github.com/sstephenson/bats) and [assert.sh](https://github.com/lehmannro/assert.sh) but any would do the job. Also it would be nice to connect...
Hey @kesed, yes after manually creating that table in the database, the warning was gone.
@larsbrinkhoff Maybe we could divide the table and create an specific one for the cross-compilers.
I've divided the list in main language groups, ordered them by number of stars, and added a Forth in Python and another in Lua
@larsbrinkhoff I didn't notice your ordering, I'm sorry. As I saw the list getting bigger, it was getting impossible to find anything there. Yes it can be a pain to...
@larsbrinkhoff I've uploaded a simple website to [forthhub.github.io/wiki/forth-systems/](http://forthhub.github.io/wiki/forth-systems/?perPage=50) that shows the first implementation of the idea. It is functional to a point. I found 2 problems that makes my original...