Skip to content

Commit

Permalink
Moved README to README.markdown for nice formatting on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidw committed Sep 12, 2009
1 parent ad6b185 commit 66bbb48
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 33 deletions.
32 changes: 0 additions & 32 deletions README

This file was deleted.

1 change: 0 additions & 1 deletion README.markdown

This file was deleted.

32 changes: 32 additions & 0 deletions README.markdown
@@ -0,0 +1,32 @@
Hecl Programming Language
=========================

The Hecl Programming Language is an attempt to create a programming
language that works the way I want it to. The goals I have in mind
are:

* Simplicity. The language shouldn't be complicated. It should
"scale down", which means that even someone without much experience
programming ought to be able to use it and be productive with it,
even if their code isn't beautiful.

* Power. Experts should be able to use it and not feel limited.

* Small Core. The core language should be simple and compact.
Modules provide additional functionality.

* Extensible. Hecl may be used to extend Hecl, as well as Java, of
course. The syntax is flexible enough that it is possible to create
new control structures, for example, entirely in Hecl itself.

* Embeddable. Hecl is easy to embed into your own Java applications.

* JavaME/J2ME. Hecl is built to run in Java ME, which provides a much
smaller API than 'regular' Java.

To get started, read the INSTALL file and the documentation, starting
with docs/index.html.

----

David N. Welton - davidw@dedasys.com

0 comments on commit 66bbb48

Please sign in to comment.