Front Page All Articles Recent Changes Random Article

Contents

Concatenative language

  • ACL
  • Ait
  • Aocla
  • Breeze
  • Callisto
  • Cat
  • Cognate
  • colorForth
  • Concata
  • CoSy
  • Deque
  • DSSP
  • dt
  • Elymas
  • Enchilada
  • ETAC
  • F
  • Factor
  • Fiveth
  • Forth
  • Fourth
  • Freelang
  • Gershwin
  • hex
  • iNet
  • Joy
  • Joy of Postfix App
  • kcats
  • Kitten
  • lang5
  • Listack
  • LSE64
  • Lviv
  • Meow5
  • min
  • Mirth
  • mjoy
  • Mlatu
  • Ode
  • OForth
  • Om
  • Onyx
  • Plorth
  • Popr
  • Porth
  • PostScript
  • Prowl
  • Quest32
  • Quackery
  • r3
  • Raven
  • Retro
  • RPL
  • SPL
  • Staapl
  • Stabel
  • Tal
  • Titan
  • Trith
  • Uiua
  • Worst
  • xs
  • XY
  • 5th
  • 8th

Concatenative topics

  • Compilers
  • Interpreters
  • Type systems
  • Object systems
  • Quotations
  • Variables
  • Garbage collection
  • Example programs

Concatenative meta

  • People
  • Communities

Other languages

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

Meta

  • Search
  • Farkup wiki format
  • Etiquette
  • Sandbox

Factor/To do/Blue sky

  • complex, ratio should be tuple types
  • move strings out of the VM
  • locals: [let and [let suck for single-stepping
  • 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
  • id-hashcode
  • automatically grow aging space if necessary?
  • promote objects to tenured after a certain number of collections
  • mark/sweep for oldest generation
  • incremental gc
  • better timer precision
  • 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 kqueue and epoll
  • 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
  • wrap existing sockets with ssl
  • for extra vocab roots, a /.factor/roots would be ideal
  • curry, compose should be normal tuples
  • dispatch on singleton classes should be more efficient

done:

  • 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, 19 Nov 2008 22:27:48 by slava

Latest Revisions Edit

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