Ticket #52 (closed enhancement: fixed)
Interactive Kite (ikt)
| Reported by: | mooneer | Owned by: | mooneer |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | interpreter | Version: | 1.0b7 |
| Keywords: | Cc: |
Description
Make an application similar to irb (Ruby) for Kite. kdb has an 'eval' command, but we want to be able to do:
$ ikt Interactive Kite v1.0b3 ikt(0)> import "module"; ikt(0)> i = 3; ikt(0)> while (i >= 0) ikt(0)> [ ikt(1)> i = i - 1; ikt(1)> i|print; ikt(1)> ]; 3 2 1 0 ikt(0)> ^D $
Change History
Note: See
TracTickets for help on using
tickets.

Moved to later version.