Opened 12 years ago
Last modified 8 years ago
#121 assigned new-feature
nodes -- implement lisp list
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-nucleus | Version: | |
Keywords: | Cc: |
Description
lisp list:
- lisp style operations (car, cdr) as well as c++ operator (+=, +, ...) operations.
- need a lisp style list, with cons, cdr, car etc. should be able to store either a node or a lisp list at each node.
- having this would allow us to resurrect the clause resolution code.
Note:
See TracTickets
for help on using tickets.