Hello, It's mentioned somewhere in the var'aq specs that support for concurrency should be added some time in the future. Anyone knows how this is going to...
... Well, it would be pretty brute-force like everything else in var'aq. I'm thinking some kind of common message space, but as for synchronization and locking...
... According to Andrew Tanenbaum (Modern Operating Systems), E. W. Dijkstra first proposed the concept of semaphores in 1965. The semaphore was a new variable...
... And to mark or export a variable as public property, no doubt... So we've got a pretty clear idea of what we need. Each process has its own stack but there...
... Apologies for the long-winded explanation that follows, this just happens to be a topic I'm familiar with. If you are familiar with multi-threaded ...
... Hey, it would generate traffic. I have no problem. ... I like buy and sell rather a lot, actually; after all, you're not so much acquiring as "shopping...
... I think {DoQ} "claim" and {lon} "abandon" would work well. -- Alan Anderson, professional programmer and amateur Klingonist proud member of the Klingon...
... I was thinking of buy and sell for semaphores instead of mutexes/locks because it is possible for them to be incremented/sold multiple times by multiple...
... I like it. Consider my vote for DoQ/lon instead of my original Suq/lon. I like the image of a Klingon 'claiming' a resource. <grin type="evil"/> G. Wade --...
I'm in the process of writing up a quasi-specification for the KDF De'wI'qel. I'm anticipating something loosely similar to Ethernet, with the addition of ...
I didn't announce this when I first found out about it in June, but check out page 214 of the new Star Trek novel In The Name Of Honor by Dayton Ward; I was ...
Hmmm... Now I officially feel like the guy who worked out the internal layout of the Millenium Falcon... /Brian Note: forwarded message attached. ===== -- ...
... Cool! Or, uh, something. But only #3? I would think we could've done much worse than that. We need to work on beating out the religious folks for that...
My name is Robert Lowe, I've been a software developer for a number of years. I have designed a few small languages and implemented a good number of...
... The site seems to be back up now. If that doesn't work let me know, I'll send you a copy of both my interpreter in Perl and Mauro Persano's in C. /Brian ...
As maintainer and creator of var'aq, I'd like to welcome those of you who signed on because of the slashdot article. I haven't had much time to work on var'aq...
... Jason, but only telemarketers call me that. I'm teaching a comparative programming languages course this semsester. Dunno if we'll actually do any var'aq,...
... While I would love to claim credit for "substantial bug fixing", it's probably not true. All I did was hack in list support. (And poorly at that, since I...
Jeff Evarts
jde@...
Feb 6, 2002 3:38 pm
267
BTW, I've got the stuff from the site now. I've been playing with it for a bit. I read the spec off the google cached version the other night, and now I have...
Hello, ... The C interpreter has something like that. var'aq source is "compiled" to a sort of bytecode, then executed by a virtual machine. I cheated, though:...
I've been playing with the interpreter in interactive mode and I've hit a bit of a snag. I was exploring variable referencing and such. I can execute 5 ~ a...
... I do have some idea. Essentially, I envision Klingon hardware as being an amalgam of native, Federation, and Romulan influences. The stack machine seems...
http://www.nicholson.com/rhn/files/Tiny_BASIC_in_Forth.txt Seems to me that a rough port to var'aq syntax shouldn't be too hard; given the time I'll probably ...
I'm trying to write a fibonacci sequence generator in var'aq, and have been having some trouble. I thought of a simple way to do a fibonacci sequence in forth:...
I will be moving from Belmont, MA to Yarmouth, MA (about a two-hour drive) effective today and will most likely be incommunicado except for emergencies for at ...
... wrote: Oh, and Humberto: I've got your patches but I have not had a chance to integrate them. I will do so as soon as I have the opportunity, but I have...
Hello! ... What do you have in mind? With some tweaking, Linux can be quite lightweight - for instance, the kernel of some linux distributions targetted for...
Hello, I'll finally have some spare time to play with my var'aq interpreter in the next couple of weeks. Level 0 of the var'aq specification is almost fully...