Skip to content

jasonkuhrt/oden

 
 

Repository files navigation

Oden Programming Language

EXPERIMENTAL!

Oden is a LISP-inspired language with static typing that compiles to native code using Go. The current implementation is working draft and should be considered highly experimental. See Motivations & Goals for details.

Documentation

Details about the project, how to install and run the compiler and how to program in Oden is located at http://oden-lang.org.

For build instructions see BUILD.md.

Contributing

If you find this project interesting and want to help work on it, you can submit bug reports, suggestions and change requests at the GitHub issues page.

Please start by posting an issue even if you have a pull request ready, so we can begin with a discussion.

License

Copyright 2015 Oskar Wickström

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Packages

No packages published

Languages

  • Haskell 89.1%
  • Go 5.5%
  • Makefile 2.3%
  • Common Lisp 1.9%
  • Shell 1.2%