dao
dao copied to clipboard
Dao Programming Language
Currently it seems the garbage collector is very fast, but still very minimal. When presenting Dao (e.g. at [OpenAlt 2015](), [OpenAlt 2016](), on the internet, and personally) I got repeatedly...
docker
Meybe creating oficial docker?
The repository https://github.com/daokoder/learnxinyminutes-docs needs some love. 1. The repository does not currently contain Dao. The page https://learnxinyminutes.com/ already saved a lot of time to many people I know and now...
Why is it a bug? Because it repels interested people :cry:. Hopefully not related, but today I noticed that there is one less star on the github.com/daokoder/dao repository than two...
I'd like to point the Dao community to the [DawnCC](http://cuda.dcc.ufmg.br/dawn/ ) compiler ([github page](https://github.com/gleisonsdm/DawnCC-Compiler )), which fully automatically parallelizes C and C++ code. I can see two possible places of...
I'm going to have a talk about Dao at the [OpenAlt 2015 conference](https://openalt.cz/2015) and I'd like to ask for revision of my notes, which will serve as an overview about...
Almost two weeks ago I noticed, that http://daovm.net is not reachable and it still isn't currently. Are there any technical issues? If there are any other issues (e.g. financing), please...
In the past months, I have put some thoughts in the language and virtual machine, and felt that both can be further simplified and cleaned in some aspects. So I...
Here is a very preliminary sketch of the core daopkg stuff. Had to bring it on early to resolve SIGSEGV issue. ``` ruby load os load os.fs class PackageManager {...
There are some nice UTF-8 tests out there and after reading something about them, I got convinced we might leverage them in the Dao UTF-8 implementation. Example test is the...