Search the web
Sign In
New User? Sign Up
concatenative · Discuss the concatenative variety of computer languages: Joy, Forth, Postscript
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 1278 - 1307 of 4151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1278
... I chose the above example to illustrate how MODULE and HIDE can work together: the above notation makes it clear that e2 and e3 use h1 and h2 and that e1...
phimvt@...
Send Email
Feb 3, 2003
4:34 am
1279
... Do you want them ? ... I take it that this is an invitation for me to "snarf" it ? [..] ... That is done now. There are two versions, both as HTML pages: ...
phimvt@...
Send Email
Feb 3, 2003
5:08 am
1280
... You are correct. However, such "HIDE" granularity is not something I think I'd ever use in practice given a module system with private by default...
Nick Forde
nickf42uk
Offline Send Email
Feb 3, 2003
10:41 am
1281
... If they're still in sync. with the web pages then, yes please. ... Yes. It is built using a tool called bibtex2html ...
Nick Forde
nickf42uk
Offline Send Email
Feb 3, 2003
11:00 am
1282
I have implemented an enhanced version of joy interpreter at the weekend (I called it NJoy). Features: 1) Module system (with possibly nested module, private...
Christian Szegedy
gyogyfu
Offline Send Email
Feb 3, 2003
2:26 pm
1283
... Great to hear! I've been anticipating someone doing this for a while. Strangely enough I used the same name as you for a small Joy I've been experimenting...
Nick Forde
nickf42uk
Offline Send Email
Feb 3, 2003
2:55 pm
1284
... All integers are arbitrary precision by default. Any numeric operation involving an integer and a float has float as a return value. ... I am planning to...
gyogyfu <szegedy@...>
gyogyfu
Offline Send Email
Feb 3, 2003
3:17 pm
1285
... I have tested the following loop: 1 1000000 [ 1 + ] times It runs exactly as fast in njoy as in joy. (Altough I use arbitary precision integers per...
gyogyfu <szegedy@...>
gyogyfu
Offline Send Email
Feb 3, 2003
4:18 pm
1286
I would expect this to be fast in all implementations, even with arbitrary precision integers. A better quick test would be to run the little Mandelbrot...
Nick Forde
nickf42uk
Offline Send Email
Feb 3, 2003
4:30 pm
1287
... I have tried the first implementation. Joy: real 0m1.872s user 0m1.160s sys 0m0.040s NJoy: real 0m1.426s user 0m1.390s sys 0m0.000s So,...
gyogyfu <szegedy@...>
gyogyfu
Offline Send Email
Feb 3, 2003
6:13 pm
1288
... [..] ... Quite agree. I am impressed by what you have written in this and your previous postings. I have several questions: 1. I take it your NJoy was...
phimvt@...
phimvt
Offline Send Email
Feb 6, 2003
4:32 am
1289
... It's compressed using bzip2. I've uploaded an uncompressed tar version of the same file. Regards, Nick....
Nick Forde
nickf42uk
Offline Send Email
Feb 6, 2003
10:16 am
1290
... I made a bit profiling and it turned out, that the storing the stack-traceback consumed significant time. Since joy does not do it, I made it optional....
gyogyfu <szegedy@...>
gyogyfu
Offline Send Email
Feb 6, 2003
11:03 am
1291
From: phimvt@... ... No trickery; ML's made to do it with variant records. ... -Billy...
wtanksleyjr@...
wtanksle
Offline Send Email
Feb 6, 2003
5:43 pm
1292
Thank you all for answering my various questions. I have had a chance to bunzip2 and untar the package in the files area. So I have now spent the last three...
phimvt@...
phimvt
Offline Send Email
Feb 7, 2003
10:33 am
1293
... Ocaml is a free software and a self installing Windows installer can be downloaded from: http://caml.inria.fr/distrib/ocaml-3.06/ocaml-3.06-win.exe Anyway,...
gyogyfu <szegedy@...>
gyogyfu
Offline Send Email
Feb 7, 2003
11:38 pm
1294
I have updated the "Tutorial" paper, but not all that much. Most of it concerned John Cowan's floats, and there is only a brief mention of files. My next...
phimvt@...
phimvt
Offline Send Email
Feb 13, 2003
4:57 am
1295
... Sure. I'll get back to you with this as soon as I get a little free time. Regards, Nick....
Nick Forde
nickf42uk
Offline Send Email
Feb 15, 2003
1:02 pm
1296
I am putting together a simple Linux package for joy, including a syntax-highlighting mode for the Jed text editor, which is included in most linux...
Neil A Walker <neil@....
pelrestak
Offline Send Email
Feb 15, 2003
8:13 pm
1297
... Unfortunately, yes, more or less. That is because apart from the "Tutorial" which I updated just a week ago, all the HTML/Latex papers are hopelessly out...
phimvt@...
phimvt
Offline Send Email
Feb 17, 2003
5:34 am
1298
... Manfred, One problem with your implementation is that it's compiler/platform specific. I'd re-write to be: PRIVATE void manual_list_() { Node *tmp; Node *n...
Nick Forde
nickf42uk
Offline Send Email
Feb 17, 2003
2:50 pm
1299
Hi Neil, Although I'm not a Jed user your mode looks better than the hacked Emacs mode I previously sent to Shae. I suggest you put this in the concatenative...
Nick Forde
nickf42uk
Offline Send Email
Feb 17, 2003
10:05 pm
1300
... done. Thank you for your coments, It maybe could be fine tuned a little, though I think! all the core agglib and inilib words are now included. ... Have ...
Neil A Walker <neil@....
pelrestak
Offline Send Email
Feb 18, 2003
7:28 pm
1301
On Mon, 17 Feb 2003, Nick Forde wrote: [.. apropos a new function in interp.c which pushes a list of lists (one for each operator) of the three text strings of...
phimvt@...
phimvt
Offline Send Email
Feb 19, 2003
2:33 am
1302
... [..] ... [..] OK, done both. Thanks. - Manfred...
phimvt@...
phimvt
Offline Send Email
Feb 19, 2003
5:04 am
1303
On Tue, 18 Feb 2003, Neil A Walker <neil@...> wrote: [..] ... It may even be possible to do all this without any change to the Joy executable, but...
phimvt@...
phimvt
Offline Send Email
Feb 19, 2003
5:36 am
1304
In my opinion the semicolon as the separating token between definitions should be made optional or unmade because there are few reasons for the use of the ...
Heiko.Kuhrt@...
heikuh
Offline Send Email
Feb 19, 2003
8:30 am
1305
... In fact, if this is really a comma expression, it *is* guaranteed that the left operand is evaluated before the right operand. What is not guaranteed,...
John Cowan
johnwcowan
Online Now Send Email
Feb 19, 2003
12:14 pm
1306
... [...] ... Currently the semicolon makes it possible for the parser to detect the end of definitions. If you remove this it is necessary to replace it with...
Nick Forde
nickf42uk
Offline Send Email
Feb 19, 2003
12:54 pm
1307
In Monkey I used this syntaxc: word == [[ <defn> ]] This has the advantage of an explicit termination symbol plus any bracket matching editor will be able to...
Martin Young
venusian_1999
Offline Send Email
Feb 19, 2003
1:26 pm
Messages 1278 - 1307 of 4151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help