Berkeley CSUA MOTD:Entry 39596
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2005/9/9 [Computer/SW/OS/OsX] UID:39596 Activity:nil 62%like:39600
9/9     Pocket computer with C compiler in year 1989!
        http://www.rskey.org/detail.asp?manufacturer=Casio&model=PB-2000C

9/9/    Any recommendation for an GUI SCP client for Mac OS X?
        \_ Fugu for free, transmit if you want to pay
           \_ Great Thanks! -op
Cache (766 bytes)
www.rskey.org/detail.asp?manufacturer=Casio&model=PB-2000C
This curious beast is actually programmable in the C language. You write your program in plain (pre-ANSI) C, save it from the built-i n text editor, compile it, and run the result. This is true C we're talk ing about, ladies and gentlemen, not some emulation/simulation: you get the whole works, pointers and all, so it is in fact quite possible to lo ck up the machine for good with a bad pointer assignment, for instance. A small RAM-based file system implementation is used for storing program and data files. The machine also has the ability to interface with exte rnal peripherals. It can even handle fairly obfuscate d C code, such as the following single-line monstrosity computing the va lue of Pi to an arbitrary number of digits: long a=10000,b,c,d,e,*f,g;