Re: [9fans] A new language for Plan 9

2008-05-04 Thread John Stalker
Just out of curiosity, why did alef die, or are some of you still using it? -- John Stalker School of Mathematics Trinity College Dublin tel +353 1 896 1983 fax +353 1 896 2282

Re: [9fans] A new language for Plan 9

2008-05-04 Thread Steve Simon
As I understand it the load of supporting two libraries was too much work, also the alef (and perhaps limbo) experience lead to libthread which provides much of the same functionality - abet not quite as neatly. the sources of the 2nd edition alef have been released and there was a one line change

Re: [9fans] A new language for Plan 9

2008-05-04 Thread lucio
> Just out of curiosity, why did alef die, or are some of you > still using it? A victim of rationalisation and reality: maintaining separate libraries for two languages is a luxury Plan 9 colud no longer afford, if I understood the rationale at the time. ++L

Re: [9fans] A new language for Plan 9

2008-05-04 Thread Bruce Ellis
I think the quote of the day was "We already support one C-like language". brucee On Sun, May 4, 2008 at 5:57 PM, <[EMAIL PROTECTED]> wrote: > > Just out of curiosity, why did alef die, or are some of you > > still using it? > > A victim of rationalisation and reality: maintaining separate > lib

Re: [9fans] A new language for Plan 9

2008-05-04 Thread Pietro Gagliardi
s/one/two/ # don't forget c++ On May 4, 2008, at 8:18 AM, Bruce Ellis wrote: I think the quote of the day was "We already support one C-like language". brucee On Sun, May 4, 2008 at 5:57 PM, <[EMAIL PROTECTED]> wrote: Just out of curiosity, why did alef die, or are some of you still using

Re: [9fans] A new language for Plan 9

2008-05-04 Thread Eric Van Hensbergen
On Sun, May 4, 2008 at 8:48 AM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote: > s/one/two/ # don't forget c++ > If only we could -eric

[9fans] Equis - coming soon...

2008-05-04 Thread Federico G. Benavento
Equis is the name I chose for my X server/port or however they call it. Basically, I ported tons of xlibs and wrote the DDX (Device Dependant X) part of the X for Plan 9, it supports 32 bits, some extensions, etc. And yes, it's a lot faster than vncv to a Xvnc under linuxemu. http://www.tip9ug.jp/

Re: [9fans] Equis - coming soon...

2008-05-04 Thread john
> Equis is the name I chose for my X server/port or however they call it. > Basically, I ported tons of xlibs and wrote the DDX (Device Dependant X) > part of the X for Plan 9, it supports 32 bits, some extensions, etc. > And yes, it's a lot faster than vncv to a Xvnc under linuxemu. > > http://ww

Re: [9fans] Equis - coming soon...

2008-05-04 Thread Steve Simon
> Basically, I ported tons of xlibs and wrote the DDX (Device Dependant X) > part of the X for Plan 9, it supports 32 bits, some extensions, etc. > And yes, it's a lot faster than vncv to a Xvnc under linuxemu. Kudos to Federico. -Steve

Re: [9fans] A new language for Plan 9

2008-05-04 Thread Pietro Gagliardi
I put up a new Bentley. This has support for, hopefully, all control structures: if e then if..then s if e then if..then..else s else

Re: [9fans] A new language for Plan 9

2008-05-04 Thread andrey mirtchovski
> Set for the next release: bit arrays. "I'd use plan 9 before i'd use bitfields" -- pjw

Re: [9fans] A new language for Plan 9

2008-05-04 Thread erik quanstrom
> > Set for the next release: bit arrays. > > "I'd use plan 9 before i'd use bitfields" -- pjw > funny, i've only know him as a bit array. - erik

Re: [9fans] A new language for Plan 9

2008-05-04 Thread Bruce Ellis
wow, sounds like a freshman assignment. don't steal ".b" from limbo, use limbo. brucee On Mon, May 5, 2008 at 11:45 AM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote: > I put up a new Bentley. This has support for, hopefully, all control > structures: > >if e then