I hope it isn't against the forum rules to post this, but this seems an appropriate place.
I'm the creator of the "8th" programming language, which I would like to introduce to you; and I would be happy to answer any questions you may have.
"8th" is a derivative of "Forth", so the syntax is probably unfamiliar to you. Here are some code samples for you to look at to familiarize yourself. It is a commercial product, but there is a free (non-commercial) license as well. It is not open-source.
The reason I originally wrote 8th was because I was interested in writing an application which would run on mobile and desktop platforms equally, and which was security-conscious. That last means that it would be able to help protect the security of the deployed application (the app was a secure note-taking application).
I had a lot of experience with various cross-platform tools, but none of them fit my needs; so I used my experience writing Reva Forth, and designed a new language based partly on it: "8th".
Potential users of 8th include anyone who wants to write an application using only one language, but targeting multiple platforms at the same time. Because it includes a GUI which is identical across platforms, it is particularly well suited for business-style applications (rather than, e.g. games). It also include encryption, big number math and many other useful bits in the core functionality.
I invite you to try "8th" and let us know what you think.
I'm the creator of the "8th" programming language, which I would like to introduce to you; and I would be happy to answer any questions you may have.
"8th" is a derivative of "Forth", so the syntax is probably unfamiliar to you. Here are some code samples for you to look at to familiarize yourself. It is a commercial product, but there is a free (non-commercial) license as well. It is not open-source.
The reason I originally wrote 8th was because I was interested in writing an application which would run on mobile and desktop platforms equally, and which was security-conscious. That last means that it would be able to help protect the security of the deployed application (the app was a secure note-taking application).
I had a lot of experience with various cross-platform tools, but none of them fit my needs; so I used my experience writing Reva Forth, and designed a new language based partly on it: "8th".
Potential users of 8th include anyone who wants to write an application using only one language, but targeting multiple platforms at the same time. Because it includes a GUI which is identical across platforms, it is particularly well suited for business-style applications (rather than, e.g. games). It also include encryption, big number math and many other useful bits in the core functionality.
I invite you to try "8th" and let us know what you think.