Hi, 1)how to take input ,say a number and a string from a user. 2) i could not follow the concept of "proto" and "self", their similarity and their differnces....
... If you mean from the command line, see the input method of of the Curses primitive: http://www.iolanguage.com/Source/Io/IoServer/Curses/_docs/Curses.html ...
http://www.iolanguage.com/ Beta Release 2003 05 01 ================================================== - new inlining technique (suggested by Daniel A. Koepke) ...
That .tar.tar downloading problem turned out not to be a an IE issue but a server side problem that we're working out. Also, there was a permissions problem...
Hi, 1)example program of Curses, example.io has /usr/bin/local/ioServer as its first line, i think it should be /usr/local/bin/ioServer 2) minor suggestion:...
Ashish, ... I would suggest #! /usr/bin/env ioServer because that finds ioServer in your path, wherever that may be. I have used that for my Ruby, Perl, and...
Jim, i tested it on mingw+msys and cygwin also. It rocks :-). Your solution works in msys also, apart from unix, additionally giving the flexibility of keeping...
Another thing I've thought about (which might or might not be relevant) regarding the new inlining method: As all the header check the same #define, if one...
... Thanks, I've fixed it. ... That's a good idea. I'll add it. Should the libs and headers be installed as well? Cheers, Steve Io, a small language:...
... Thanks - fixed. ... They should be ok as long as the symbols aren't needed. ... If it's changed to WIN32, won't that force cygwin to use the WIN32 version?...
-- En reponse de "Re: [Io] Question about the underlying objects structure" ... Hi Steve, as usual, you answered in no time, thanks! ... Is this by design? Or...
... Yes. For example, if you want to call a method in your proto that may set a variable, you want to use super to call it unless you want that variable to be...
... yes,definitely. That's what /usr/local/lib and /usr/local/include is for, mostly for the user installed software(not pre-packaged with the system). All...
... It's currently illegal to do things like: x(1)(2) so it doesn't seem unreasonable to make (1)(2) illegal. Arguably, the most useful interpretation of both...
Daniel A. Koepke
dkoepke@...
May 3, 2003 7:05 am
1225
... Because Io's VM is based on messages. If a construct isn't a message(which includes arguments and attached&next message links), there is no way to...
I've still got a missing reference (but less that with 2003-05-01 ^_^) when using inlining in VC6... here they are: IoState.obj : error LNK2001: Could not find...
Hi all, Here is attached a simple Io syntax mode for the JEdit text editor. You simply have to put the attached file in your`~/.jedit/modes' directory and add...
Sebastien Pierre
sebastien.pierre@...
May 5, 2003 1:47 pm
1230
Enclosed is a patch for adding a getCh method to the Curses primitive in IoServer; Curses get causes curses to wait for the user to press the return key, which...
Whups. I forgot that getCh can return a value longer than a byte in instances where a special key was pressed, like the arrow keys on a vt100 terminal;...
... Thanks for the bug report - I think I've fixed the problem. Can you give it another try? Cheers, Steve Io, a small language: http://www.iolanguage.com/...