comparison TASKS @ 85:d0272ddd8478

Added simple task tracking text file until we have a proper task tracker
author Mike Pavone <pavone@retrodev.com>
date Sat, 21 Jul 2012 22:58:10 -0700
parents
children 25bc8a5ab41e
comparison
equal deleted inserted replaced
84:9811040704ac 85:d0272ddd8478
1 Convert string object to new style using llMessage:withVars:andCode
2 AssignedTo: Mike
3 Status: in-progress
4 Improve string library
5 Add basic UTF-8 support
6 Implement import: in C backend
7 Implement route:via
8 Implement a hash dict based on hash set implementation
9 Rejigger how built-in type/modules are handled slightly so we can add array new: which will return an array pre-allocated to a certain size
10 Implement immutable objects
11 Implement lists
12 Add support for actors
13 Check for breakage in Javascript backend and fix it
14 Port all library stuff from C backend to Javascript backend