Skip to content

ebuswell/witch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libwitch is a library that adds some functional programming capabilities to
the C language.

Requirements
------------
libwitch extends and makes use of atomickit. At the moment both should be the
latest git. At this point, currying is dependent on libffi, but more efficient
versions could be created.

Installation
------------
Link config.def.mk to config.mk, or copy config.def.mk to config.mk and edit
to match your local setup (this is installed under /usr/local by default).
Then enter the following commands:

	make
	sudo make install

----------------------------------------------------------------------

libwitch is Copyright 2014 Evan Buswell

libwitch is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, version 2.

libwitch is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
libwitch.  If not, see <http://www.gnu.org/licenses/>.

About

A library to make C amenable to functional programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published