Feature requests

For the Compleat Fan
Locked
Jeff
Posts: 604
Joined: Sat Apr 07, 2007 2:23 pm
Location: Ohio
Contact:

Feature requests

Post by Jeff »

Lutz,

With the release of the latest version, it's now time for us to start bugging you again with feature requests for the next version :). Here are mine:

* A way of mapping or iterating over the chars in a string (as their ascii codes or hex values) quickly.

* Update GS to apply the callback function rather than eval-string.

* Struct or typedef-style declaration that allows creation of a composite type, with the automatic creation of a constructor/destructor macro and predicate (yeah, I know I'm dreaming here)

* <meek_voice>Nested contexts</meek_voice> (I know you don't like them, but I would like to be able to create hashes in my modules without having them passed by symbol from main)
Jeff
=====
Old programmers don't die. They just parse on...

Artful code

Locked