-
Notifications
You must be signed in to change notification settings - Fork 12
Todo
Gabor de Mooij edited this page Feb 7, 2016
·
6 revisions
Welcome to the citrine wiki!
Todo List
- Alternative GET/POST plugins
- Cookie plugin
- Session plugin
- File Upload plugin
- Postgres plugin
- Mysql plugin
- MariaDB plugin
- SQLite plugin
- JSON plugin
- XML plugin
- Crypt plugin
- Hash plugin
- Networking plugin etc...
Pick any task you like!
Announce your pick in the groups forum and I'll add your name. All pull requests should include proper unit tests. Please also read guidlines below!
- Fix issues
- Redesign string methods (from:to:)
- POSIX Regex support
- Add Low level bit-mask operations
- Test and refine GC
- propose better object and message names
- handy macros for repetitive tasks in code
- use better random functions for OpenBSD
- find segfaults and memory issues and fix them
- add more tests
- proper date/time objects
- regex object (as plugin, only after plugin system has been finished)
- web request parsing (as plugin, only after plugin system has been finished, proposal: http://libccgi.sourceforge.net/)
- fastcgi support (as plugin or container, not in the language itself!)
- scgi support? (as plugin or container, not in the language itself!)
- better error handling, line numbers
- better exception implementation (now just mutes messages)
- write programs in Citrine