User contributions
From IokeWiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:49, 26 January 2009 (diff | hist) . . (-3) . . Template:Main
- 01:47, 26 January 2009 (diff | hist) . . (-363) . . Template:Main
- 01:45, 26 January 2009 (diff | hist) . . (-32) . . Template:Main
- 01:45, 26 January 2009 (diff | hist) . . (+685) . . N DokGen (New page: DokGen is the tool that is used to generate the reference documentation for Ioke. It will be a general purpose tool for any Ioke application. It extracts the documentation information fr...)
- 01:43, 26 January 2009 (diff | hist) . . (+685) . . N Template:Main (New page: DokGen is the tool that is used to generate the reference documentation for Ioke. It will be a general purpose tool for any Ioke application. It extracts the documentation information fr...)
- 01:40, 26 January 2009 (diff | hist) . . (+17) . . Guide:Libraries (→DokGen)
- 01:38, 26 January 2009 (diff | hist) . . (-156) . . Guide:Introspection and Reflection (→Introspection and reflection)
- 01:27, 26 January 2009 (diff | hist) . . (-124) . . Guide:Introspection and Reflection (→Introspection and reflection)
- 01:24, 26 January 2009 (diff | hist) . . (-32) . . Guide:Code (→Code)
- 01:23, 26 January 2009 (diff | hist) . . (+376) . . N Guide:Future plans (New page: = Future plans = I have many plans for the future of Ioke. The next major versions of Ioke will be called Ioke E and Ioke P, respectively. Exactly what they will contain we'll have to see...)
- 01:23, 26 January 2009 (diff | hist) . . (+602) . . N Guide:What is missing (New page: = What is missing = Sadly, Ioke S is not finished. Several things are missing before it's complete. The core mechanics of the language I'm feeling fairly confident in, but the core librar...)
- 01:23, 26 January 2009 (diff | hist) . . (+6,895) . . N Guide:Libraries (New page: = Libraries = Ioke ships with several small libraries that are useful for different tasks. The main ones are IIk, ISpec and DokGen, and these will be documented a bit more in this chapter...)
- 01:23, 26 January 2009 (diff | hist) . . (+24,745) . . N Guide:Core kinds (New page: = Core kinds = Ioke obviously contains lots of different data types, but there are some that are much more important than others. In this chapter I'll take a look at these and talk about ...)
- 01:22, 26 January 2009 (diff | hist) . . (+903) . . N Guide:Importing (New page: = Importing = To import new code into Ioke, the method "use" should be used. The terminology is that you give "use" a name of a module to include, and if that module h...)
- 01:21, 26 January 2009 (diff | hist) . . (+120) . . Guide
- 01:18, 26 January 2009 (diff | hist) . . (+6,023) . . N Guide:Aspects (New page: === Aspects === In many circumstances you might want to do several different things in a specific method. That generally goes against good software engineering, that says every piece of c...)
- 01:18, 26 January 2009 (diff | hist) . . (+20) . . Guide
- 01:17, 26 January 2009 (diff | hist) . . (+8,918) . . N Guide:Introspection and Reflection (New page: === Introspection and reflection === Ioke supports quite fancy introspection and reflection capabilities. In Ioke, reflection includes the ability to change data dynamically, as well as i...)
- 01:17, 26 January 2009 (diff | hist) . . (+40) . . Guide
- 01:16, 26 January 2009 (diff | hist) . . (+24,852) . . N Guide:Code (New page: === Code === Many of the things you do in Ioke will directly manipulate code. Since the messages that make up code is really easy to get hold of, this manipulation comes easy too. Ioke ta...)
- 01:15, 26 January 2009 (diff | hist) . . (+23) . . Guide
- 01:14, 26 January 2009 (diff | hist) . . (-73,393) . . Guide:Control flow
- 01:13, 26 January 2009 (diff | hist) . . (+89,493) . . N Guide:Control flow (New page: = Control flow = Ioke has some standard control flow operators, like most other languages. In Ioke, all of these are regular method calls though, and they can usually be implemented in te...)
- 01:13, 26 January 2009 (diff | hist) . . (-3) . . Guide
- 01:12, 26 January 2009 (diff | hist) . . (-89,471) . . Guide (→Control flow)
- 01:11, 26 January 2009 (diff | hist) . . (-43) . . Guide (→Control flow)
- 01:07, 26 January 2009 (diff | hist) . . (+11,196) . . N Guide:Assignment (New page: = Assignment = Superficially, Ioke's assignment model is quite simple. But there exists some subtleties too. One of the main reasons for this is that assigning a cell that doesn't exist w...)
- 01:06, 26 January 2009 (diff | hist) . . (-11,183) . . Guide (→Assignment)
- 01:05, 26 January 2009 (diff | hist) . . (+10,084) . . N Guide:Objects (New page: = Objects = The object model of Ioke is quite simple. Everything in Ioke is an object that follows these same rules. An object is something with an identity. It can have zero or more mimi...)
- 01:05, 26 January 2009 (diff | hist) . . (-10,090) . . Guide (→Objects)
- 01:03, 26 January 2009 (diff | hist) . . (+2,964) . . N Guide:Execution Model (New page: = Execution model = The way an Ioke program work is very simple. Everything executes based on two things. The first is the context, or the ground, and the second is the receiver. The firs...)
- 01:03, 26 January 2009 (diff | hist) . . (-2,942) . . Guide (→Execution model)
- 00:59, 26 January 2009 (diff | hist) . . (+26) . . Guide:Introduction
- 00:51, 26 January 2009 (diff | hist) . . (-19,035) . . Guide
- 00:49, 26 January 2009 (diff | hist) . . (+9,914) . . N Guide:Introduction (New page: Ioke is a general purpose language. It is a strongly typed, extremely dynamic, prototype object oriented language. It is homoiconic and its closest ancestors are Io, Smalltalk, Ruby and Li...)
- 00:47, 26 January 2009 (diff | hist) . . (-9,917) . . Guide
- 00:44, 26 January 2009 (diff | hist) . . (-12) . . Guide
- 00:36, 26 January 2009 (diff | hist) . . (+8) . . Guide
- 00:34, 26 January 2009 (diff | hist) . . (-4) . . Guide (→Introduction)
- 00:32, 26 January 2009 (diff | hist) . . (-73) . . Guide
- 00:21, 26 January 2009 (diff | hist) . . (+22) . . Guide
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)