Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Cat
  • Cognate
  • colorForth
  • CoSy
  • Deque
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Forth
  • Freelang
  • Gershwin
  • Joy
  • Kitten
  • lang5
  • Lviv
  • min
  • mjoy
  • Mlatu
  • Ode
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Quackery
  • r3
  • Raven
  • Retro
  • Staapl
  • Stabel
  • Trith
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Other languages

  • APL
  • C++
  • Erlang
  • FP trivia
  • Haskell
  • Io
  • Java
  • JavaScript
  • Lisp
  • ML
  • Oberon
  • RPL
  • Self
  • Slate
  • Smalltalk

Computer Science

  • Type systems
  • Language paradigms
  • Compilers
  • Interpreters
  • Garbage collection

Meta

  • Search
  • Farkup wiki format
  • People
  • Etiquette
  • Sandbox

Factor/To do/Blue sky

  • spawn a thread to reap processes on unix, instead of polling
  • complex, ratio should be tuple types
  • move strings out of the VM
  • launcher stream inheritance: elegant fallback on all platforms
  • maybe <process> or run-process just sets 'em to stdio???
  • windows launcher: stream inheritance
  • reload if changed inside require
  • detect circular dependencies
  • ogg.player benchmark
  • maybe put array/string lengths in the header, use more compact tuple headers?
  • xmode: correct HASHCHAR(S) behavior, do-escape; begin/end can have attributes independent of the span; endSpanSubst
  • windows console and refresh-all monitor: less than ideal
  • monitors: on windows, do reads fire events too?
  • compiled crossref should be a weak hashtable
  • use monotonic timer for alarms
  • fix restarts with refresh-all
  • promote compiled literals to tenured space
  • update ce io backend
  • ssl on windows using something like this: http://common-lisp.net/cgi-bin/viewcvs.cgi/cl%2Bssl/bio.lisp?rev=1.3&root=cl-plus-ssl&view=auto
  • curry, compose should be normal tuples
  • dispatch on singleton classes should be more efficient
  • Make extra/inverse into a constraint programming system capable of inverting factorial, or a system like Harmony
  • Write a new parsing library based on a traditional lex/yacc model (regular grammar, then a kind of context-free grammar) but with high-level syntax similar to OMeta
  • All vocabs in basis/ should be clean code, and extra/ should have bad code split off and externally hosted.
  • UNC paths on Windows
  • Vista symlink API

done:

  • update kqueue and epoll
  • locals: [let and [let suck for single-stepping
  • for extra vocab roots, a /.factor/roots would be ideal
  • wrap existing sockets with ssl
  • better timer precision
  • parser: print correct using list if restarts were hit
  • locals: { a b c } should work
  • locals: what do we do if a macro expands into dispatch?

This revision created on Wed, 18 Feb 2009 21:48:02 by slava

Latest Revisions Edit

All content is © 2008-2023 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license.