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/GSoC/2009/Work on Furnace

Mentor

Slava Pestov

Skills required

  • Knowledge of HTTP, HTML, CSS
  • Graphical design skills

Technical outline

Factor has a unique web framework called Furnace, built on top of Factor's custom HTTP server. The library is high-level and robust but relatively underdeveloped at the moment. Possible improvements include

Work on the authentication system

The authentication system is currently not as flexible as it should be, and this should be fixed.

Internationalization

There should be a framework for letting templates be internationalized. That is, text strings should come from resource files which are locale-specific, not from the structural template of the page.

Performance

The performance of the web framework should be maximized. Paths to greater performance include optimizing the HTTP server and modifying the web framework so that it is compatible with the optimizing compiler.

Benefit to student

The student will learn about web development and API design.

Benefit to community

Factor will be more suitable for web development.

Links

  • http://docs.factorcode.org/content/article-furnace.html

This revision created on Fri, 13 Mar 2009 17:46:44 by littledan

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.