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/Static stack safety

done

  • make with-datastack not use callcc
  • call( and execute( should behave like call and execute if quotation or word is literal
  • increment definition count when words are redefined
  • execute(: its unsound with word redefinition, fix it
  • errors on nth, etc should not break system
  • the effect is set at word construction time!
  • add SYNTAX:
  • faster call( for static quotations: cache stack effect in quotation, curry, compose, together with a definition count
  • make call( slow case use something faster than with-datastack
  • make everything in core infer (just the parser now?)
  • move call( and execute( into core
  • remove assert-depth
  • add inline cache for call(
  • every word has a stack effect
  • assert-depth should infer}]

This revision created on Tue, 13 Sep 2011 17:41:23 by erg

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.