Karthik Senthil     About     Resume

[GSoC 2016] Merged Github repository with try server codebase

Over the last few weeks I have been adding all the development code to the try server codebase for immediate testing and rapid modifications. The tool has now reached a stable state which can be used to compile and execute simple Curry programs, and hence I have merged this development code with the stable Github repository for public viewing and usage.

The current code can be found on Github here.

The compilation pipeline details and usage of the tool is explained in the updated README. There is also a test suite to verify the working of the current status of the full system. The tests can be run by rake test.

ruby_curry can be setup and run by installing either PAKCS or KiCS on local machine. We plan on removing this dependency(by compiling into an executable) in the final release of the tool by the end of this GSoC.

Looking forward to add complete support and more features into the system in order to flawlessly compile a real world Curry application.