[ANN] Cull Language - Alpha release

Started by
2 comments, last by PeterTarkus 19 years, 11 months ago
Sorry about the post in general dev, I didn''t see there was a board specifically for announcements. http://xano.sourceforge.net Cull is a an interpreted C-ish language with a run-time JIT assembler using Softwire. It is in early development stages but it is coming mostly to completion of an alpha release or early alpha release. It could be used as a scripting language, but the goal is eventually to have something like Dark Basic but with stronger C connectivity and more control over it, as well as of course more C like structure, but with higher level types and built in functionality.
Advertisement
Oik, I guess no one is interested. I thought I could at least draw 1 or 2 curious people.

Sorry to tell you, but on the Cull-page, there was not a lot to see, and the download-page doesn''t seem to exist.

Perhaps if there was more information, more people would get interested.

---
tommy online: http://users.pandora.be/tommycarlier
Hoi tommy,

Yes, you are right, I have not yet uploaded the code yet. I will probably be moving it into CVS instead, as it is mostly for development at this time anyways.

I will release it probably end of this week and post back a note for developers to go to CVS and try it out and see if we can get some interest in it. One thing for sure my results are the JIT is fast.

It could always be improved more but it would require some extensive work to the backend, but I am satisfied with my results so far. It is competing well with VC++ 7.1 (I often dump out ASM from VC++ and study it :-)

Adieu

This topic is closed to new replies.

Advertisement