Projects tagged ‘language’ and ‘modern’


[2 total ]

2 Users

ooc is an object-oriented programming language that translates to C by the means of an intermediate compiler. For more details about the language see the LanguageSummary page in the wiki. Because ... [More] it's translated to C, it's very portable & ubiquitous, and, well.. nearly as fast as C (e.g. no Virtual Machine). Also, it's very simple to see how the language works "under the hood". Graphical step-by-step compiling tools have been made available, to experiment with adding new features to the compiler or fixing existing bugs. The standard library is still in development, for now it's inspired by Java's standard APIs (e.g. for Collections). For an overview of the progress, see the examples/ folder in the SVN. You are welcome to write code in ooc! push the compiler to its limits ;) [Less]
Created 8 months ago.

0 Users

Akrudo is lightweight, rapid development, PHP framework. Allows to create applications quickly, but still is very flexible in designing the model. AboutArchitecture is MVC. System contains ... [More] controllers, which operate on data using models and present them by views. It uses semi-extended PHP languages called ActivePHP (allows faster creations of arrays), allows OOP usage of strings and arrays. e.g. $string = "should be uppercase"->upper(); For now the framework is not popular as it was hidden from world for longer time. It's being used by my company for various apps development, including CMS AkrudGoke http://akrud.pl/goke HistoryThe story of framework is probably very common. First of all tired by doing repeatitive tasks decided to create set of tools, or at least get all existing ones together in one package. The other reason was world famous Ruby on Rails framework telling me my PHP mcv is missing a lot. When first saw it in action I felt like i was closed in some kind of static, past, slow, php world of coding. These two decided for me to try on full-featured framework, now hugely called Akrudo. [Less]
Created 4 months ago.