Results 114 comments of Limin Fu

I think @Night-walker has given excellent feedbacks. I will briefly comment on his feedbacks. > > borrows from C++ (object-orientation, syntax) > > Overall, mentioning C/C++ as a source of...

Some more feedbacks: > probably the most advanced and in theory fastest GC in the world I would not make such a grand claim. This algorithm (without the generational part)...

Recently I have setup a new website: [http://daoscript.org](http://daoscript.org). The content still needs update, but should be sufficient for introduction. Also, I recently has made some significant improvements and changes in...

> Well, I decided to skip OSS Víkend Košice due to time constraints, but had a talk at the OpenAlt 2016 conference. I decided to focus on new changes in...

> I've already decided to found a SW company (3 people for the beginning) and for the main SW product & service I'd like to use Dao as backend language...

Sorry for the delay. I finally start to have some time to work on Dao again:) This bug was caused by the return type of `find()` which is a variant...

Recently I have setup a new website: [http://daoscript.org](http://daoscript.org). The archived pages are very useful to recover a few key pages for the new website, thanks @zauberparacelsus.

My mistake, thanks for pointing it out :-). Now fixed.

> `daoscript` sounds descriptive from the IT perspective I think this should be good enough. I have considered `dao-lang` before, but not sure about it. There is famous Chinese singer...

I think avoiding method definition outside of class body may be less convenient sometimes, when a class is big and its methods are long. In such cases, the class body...