Slashdot Mirror


User: kgrgreer

kgrgreer's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. GIMP uses Scheme on Ask Kent M. Pitman About Lisp, Scheme And More · · Score: 1

    GIMP uses Scheme, which is of course a kind of Lisp

  2. APL Accounting System on Chuck Moore Holds Forth · · Score: 1

    I've seen a complete accounting system written
    in APL. I've also seen a complete banking system
    also written in APL and deployed across tens of
    small finanical companies and hundreds of sites.
    Both worked well.

  3. Palm Pilot (Was:Amiga non-UI) on Do Games Know The Secret Of UI? · · Score: 2, Funny

    The PalmPilot also makes good use of whole-screen applications.

  4. Re:Object-Oriented Programming in FORTH on Ask Chuck Moore About 25X, Forth And So On · · Score: 1

    This leads to the saying "if you don't like Forth, then it's your own falt". Meaning that the language is self-extensible and if it is missing something that you need/require/want then you should just add it. I've used OO systems for Forth which I thought were quite nice. It wouldn't be such a simple feet to add OO to some other langages (witness C->C++).

  5. What could have been. on Ask Chuck Moore About 25X, Forth And So On · · Score: 1

    Do you ever wonder what could have been if the
    world had gone with Forth or something like Forth,
    instead of C & UNIX and their decendents? Do you
    think that it could have been possible?

    I remember the happy days of programming my Amiga
    in JForth and MultiForth. Those were much more
    powerful and flexible systems than the C compiler
    I had originally used to program the Amiga.