Jump to page: 1 2 3
Thread overview
Programming language made in D!
Apr 10, 2014
Harpo
Apr 10, 2014
Walter Bright
Apr 10, 2014
Ali Çehreli
Apr 10, 2014
Timur Gafarov
Apr 10, 2014
Harpo
Apr 10, 2014
Timur Gafarov
Apr 10, 2014
Chris
Apr 10, 2014
Harpo
Apr 10, 2014
Harpo
Apr 10, 2014
Chris
Apr 10, 2014
Nick Sabalausky
Apr 11, 2014
Ben Boeckel
Apr 11, 2014
Nick Sabalausky
Apr 11, 2014
Rory McGuire
Apr 11, 2014
Nick Sabalausky
Apr 11, 2014
Chris
Apr 10, 2014
Iain Buclaw
Apr 10, 2014
asman
Apr 10, 2014
John Colvin
Apr 11, 2014
Jacob Carlborg
Apr 11, 2014
bearophile
April 10, 2014
Hello. Here is a programming language that is coded in D. The documentation is included in the file. It is ment to be used as a general purpose scripting language. Its name is HarpoScript. It has enough features for general purpose work at the moment, however its not exactly efficient. If you are interested check it out! Note it is only compiled for 64bit Linux.

Link: http://www.mediafire.com/download/cjae0pnxmjpl7au/HarpoScriptR2.tar.gz
April 10, 2014
On 4/9/2014 5:31 PM, Harpo wrote:
> Hello. Here is a programming language that is coded in D. The documentation is
> included in the file. It is ment to be used as a general purpose scripting
> language. Its name is HarpoScript. It has enough features for general purpose
> work at the moment, however its not exactly efficient. If you are interested
> check it out! Note it is only compiled for 64bit Linux.
>
> Link: http://www.mediafire.com/download/cjae0pnxmjpl7au/HarpoScriptR2.tar.gz

A link to some design documentation would be appreciated, rather than just a compressed file.
April 10, 2014
On 04/09/2014 05:31 PM, Harpo wrote:

> a programming language that is coded in D.

Congratulations! :)

Another one by a high school student:

  https://github.com/Rhodeus/Script

The author had won first place among high school students in TÜBİTAK competition.

Ali

April 10, 2014
On 10.04.2014 04:31, Harpo wrote:
> Hello. Here is a programming language that is coded in D. The
> documentation is included in the file. It is ment to be used as a
> general purpose scripting language. Its name is HarpoScript. It has
> enough features for general purpose work at the moment, however its not
> exactly efficient. If you are interested check it out! Note it is only
> compiled for 64bit Linux.
>
> Link:
> http://www.mediafire.com/download/cjae0pnxmjpl7au/HarpoScriptR2.tar.gz
Man, why no source code? Or, at least, API documentation or usage example?
April 10, 2014
What do you mean? There are a couple demo programs. I also
include some individual doc that explains what the different
features are. The project may be creative commons at some point.
Running a program is just running the executable with the program
name as the parameter.
April 10, 2014
On Thursday, 10 April 2014 at 00:31:34 UTC, Harpo wrote:
> Hello. Here is a programming language that is coded in D. The documentation is included in the file. It is ment to be used as a general purpose scripting language. Its name is HarpoScript. It has enough features for general purpose work at the moment, however its not exactly efficient. If you are interested check it out! Note it is only compiled for 64bit Linux.
>
> Link: http://www.mediafire.com/download/cjae0pnxmjpl7au/HarpoScriptR2.tar.gz

I'm on 64bit Linux. Result:

Segmentation fault (core dumped)
April 10, 2014
I found a small glitch, and fixed some stuff. Here is the new link.
http://www.mediafire.com/download/gkptmp52744ihqt/HarpoScriptR3.tar.gz
To run the demo program just do ./main program.hs
April 10, 2014
Note this requires the SDL2 runtime libraries to be installed.
April 10, 2014
On 10 April 2014 01:31, Harpo <roederharpo@gmail.com> wrote:
> Hello. Here is a programming language that is coded in D. The documentation is included in the file. It is ment to be used as a general purpose scripting language. Its name is HarpoScript. It has enough features for general purpose work at the moment, however its not exactly efficient. If you are interested check it out! Note it is only compiled for 64bit Linux.
>
> Link: http://www.mediafire.com/download/cjae0pnxmjpl7au/HarpoScriptR2.tar.gz

I recommend putting the source somewhere, such as github. :)
April 10, 2014
On Thursday, 10 April 2014 at 15:12:21 UTC, Harpo wrote:
> I found a small glitch, and fixed some stuff. Here is the new link.
> http://www.mediafire.com/download/gkptmp52744ihqt/HarpoScriptR3.tar.gz
> To run the demo program just do ./main program.hs

Downloaded new version. Result still


$ ./main program.hs
./main
Segmentation fault (core dumped)

The hint about the library is something that might be of interest to people. I suggest you mention it earlier the next time. Also, after extracting the archive the folder is called "release". One would expect HarpoScript/release/. Little annoyances put people off.
« First   ‹ Prev
1 2 3