Skip to content

Open source C++ library with functional programming code generator.

Notifications You must be signed in to change notification settings

renjipanicker/zenlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zenlang

This project is a thin C++ platform independent library which includes GUI abstraction for Win32, Gtk, Qt, OSX and iOS. It also includes a code generator for writing statically-typed functional programming code using C++.

Here is a basic code sample: public function (int ri, string rs)runFunctionTest(const int& x) abstract { unused(x); return (67890, "run"); }

About

Open source C++ library with functional programming code generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published