Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
ChangeLog | Mon Nov 09 07:36:20 -0800 2009 | |
| |
ChangeLog.2007 | Wed Aug 26 03:11:23 -0700 2009 | |
| |
ChangeLog.2008 | Wed Aug 26 03:11:23 -0700 2009 | |
| |
HTML/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
INSTALL | Sun Sep 13 04:57:06 -0700 2009 | |
| |
LICENSE | Wed Aug 26 03:11:23 -0700 2009 | |
| |
NOTICE | Wed Aug 26 03:11:23 -0700 2009 | |
| |
README.markdown | Sat Sep 12 06:05:45 -0700 2009 | |
| |
TODO-tests-docs | Wed Aug 26 03:11:23 -0700 2009 | |
| |
android/ | Tue Oct 06 14:37:42 -0700 2009 | |
| |
androidbuilder/ | Tue Sep 15 14:01:47 -0700 2009 | |
| |
applet/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
applettweak/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
blackberry.properties | Sat Sep 26 01:20:02 -0700 2009 | |
| |
blackberry.xml | Tue Oct 13 09:23:10 -0700 2009 | |
| |
blackberry/ | Fri Oct 30 14:34:51 -0700 2009 | |
| |
build-tools/ | Thu Sep 10 03:19:14 -0700 2009 | |
| |
build.xml | Mon Nov 16 02:54:33 -0800 2009 | |
| |
cldc10midp10.properties | Wed Aug 26 03:11:23 -0700 2009 | |
| |
cldc11midp20.properties | Sun Oct 25 02:38:57 -0700 2009 | |
| |
commandline/ | Fri Oct 16 23:48:47 -0700 2009 | |
| |
core.xml | Wed Nov 04 13:34:09 -0800 2009 | |
| |
core/ | Mon Nov 23 10:18:29 -0800 2009 | |
| |
docs/ | Tue Nov 17 07:48:24 -0800 2009 | |
| |
files/ | Wed Nov 25 13:26:09 -0800 2009 | |
| |
heclbuilder/ | Sun Oct 25 01:57:26 -0700 2009 | |
| |
j2me.xml | Mon Nov 23 06:07:39 -0800 2009 | |
| |
jarhack/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
jars/ | Tue Nov 17 07:48:24 -0800 2009 | |
| |
java/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
kxml/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
load/ | Wed Sep 23 06:30:02 -0700 2009 | |
| |
location/ | Mon Nov 23 10:28:23 -0800 2009 | |
| |
logo.svg | Wed Aug 26 03:11:23 -0700 2009 | |
| |
logo.xcf | Wed Aug 26 03:11:23 -0700 2009 | |
| |
media/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
midp10/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
midp10gui/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
midp20/ | Mon Nov 23 06:07:39 -0800 2009 | |
| |
midp20gui/ | Mon Nov 16 02:55:18 -0800 2009 | |
| |
misc.xml | Wed Nov 04 13:34:09 -0800 2009 | |
| |
mwt.properties | Wed Aug 26 03:11:23 -0700 2009 | |
| |
mwt/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
mwtgui/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
net/ | Mon Sep 07 03:49:31 -0700 2009 | |
| |
rms/ | Wed Aug 26 03:11:23 -0700 2009 | |
| |
settings.xml | Thu Nov 05 15:12:20 -0800 2009 | |
| |
tests/ | Wed Nov 11 08:54:06 -0800 2009 |
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







