Re: Programming language made in D!

2014-04-13 Thread Ola Fosheim Grøstad
On Friday, 11 April 2014 at 07:26:08 UTC, Nick Sabalausky wrote: I just don't see how it could *possibly* make any sense to NOT do it this way. Tar is a tape archiver, for backups. So it makes sense. E.g. Backing up whole disks, piping from find to tar etc. It makes sense, but it is

Re: Programming language made in D!

2014-04-11 Thread Jacob Carlborg
On 11/04/14 00:17, John Colvin wrote: You'll get a lot more interest if you put this somewhere a more public and reliable than a tarball on mediafire. Put the source in a github/bitbucket repo perhaps? As it is, I'm wary of touching random mediafire links to binaries on a mailing list. Yeah,

Re: Programming language made in D!

2014-04-11 Thread Nick Sabalausky
On 4/11/2014 1:41 AM, Ben Boeckel wrote: On Thu, Apr 10, 2014 at 18:42:14 -0400, Nick Sabalausky wrote: Creating a subdirectory with the same name as the archive is the job of an extracting tool. Archives with a redundant internal directory are annoying. Maybe in a perfect world. We do not

Re: Programming language made in D!

2014-04-11 Thread Rory McGuire
On Fri, Apr 11, 2014 at 9:26 AM, Nick Sabalausky seewebsitetocontac...@semitwist.com wrote: The only downside I face is that extracting archives from those trying to workaround ill-behaved extractors results in an extra superfluous directory. An annoyance (well, a pet-peeve TBH), but clearly

Re: Programming language made in D!

2014-04-11 Thread Nick Sabalausky
On 4/11/2014 3:39 AM, Rory McGuire wrote: :) on Ubuntu the default extractor always creates a new directory and if it finds a single directory inside that new directory after extraction is moves that directory out of the new directory and deletes the now empty new directory. Personally, I'd

Re: Programming language made in D!

2014-04-11 Thread Chris
On Thursday, 10 April 2014 at 22:42:19 UTC, Nick Sabalausky wrote: On 4/10/2014 11:23 AM, Chris wrote: Also, after extracting the archive the folder is called release. One would expect HarpoScript/release/. Little annoyances put people off. Creating a subdirectory with the same name as the

Re: Programming language made in D!

2014-04-11 Thread bearophile
Harpo: http://www.mediafire.com/download/cjae0pnxmjpl7au/HarpoScriptR2.tar.gz The hs suffix is used by Haskell source code. Bye, bearophile

Re: Programming language made in D!

2014-04-10 Thread Timur Gafarov
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

Re: Programming language made in D!

2014-04-10 Thread Harpo
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.

Re: Programming language made in D!

2014-04-10 Thread Chris
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

Re: Programming language made in D!

2014-04-10 Thread Harpo
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

Re: Programming language made in D!

2014-04-10 Thread Harpo
Note this requires the SDL2 runtime libraries to be installed.

Re: Programming language made in D!

2014-04-10 Thread Iain Buclaw
On 10 April 2014 01:31, Harpo roederha...@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

Re: Programming language made in D!

2014-04-10 Thread Chris
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

Re: Programming language made in D!

2014-04-10 Thread asman
On Thursday, 10 April 2014 at 15:19:45 UTC, Iain Buclaw wrote: On 10 April 2014 01:31, Harpo roederha...@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

Re: Programming language made in D!

2014-04-10 Thread Timur Gafarov
On 10.04.2014 18:47, Harpo wrote: 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

Re: Programming language made in D!

2014-04-10 Thread John Colvin
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

Re: Programming language made in D!

2014-04-10 Thread Nick Sabalausky
On 4/10/2014 11:23 AM, Chris wrote: Also, after extracting the archive the folder is called release. One would expect HarpoScript/release/. Little annoyances put people off. Creating a subdirectory with the same name as the archive is the job of an extracting tool. Archives with a redundant

Re: Programming language made in D!

2014-04-10 Thread Ben Boeckel
On Thu, Apr 10, 2014 at 18:42:14 -0400, Nick Sabalausky wrote: Creating a subdirectory with the same name as the archive is the job of an extracting tool. Archives with a redundant internal directory are annoying. Maybe in a perfect world. We do not live in such a place (especially since tools

Programming language made in D!

2014-04-09 Thread Harpo
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

Re: Programming language made in D!

2014-04-09 Thread Ali Çehreli
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