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/Features

The Factor language:

  • Stack-based
  • Dynamic typing
  • Extensible syntax
  • Powerful Collections library
  • Higher-order functions
  • Lisp-style Macros
  • Object system with Inheritance, Generic functions, Predicate dispatch and Mixins
  • Homoiconic syntax
  • Error handling with Restarts
  • Continuations

The Factor implementation:

  • Automatic memory management with a Generational garbage collector
  • Optimizing compiler for Word definitions
  • Non-optimizing compiler for top-level forms and interactive evaluation
  • Stand-alone application deployment on all platforms
  • Easy-to-use C library interface
  • Bindings for OpenGL, X11, Cocoa, Win32, Windows COM

The Factor environment:

  • Graphical read-eval-print loop with object editing inspector
  • Single-stepping debugger which can travel backwards in time
  • Extensive documentation
  • Definition cross-referencing
  • Profiler
  • Integration with popular editors: jEdit, VIM, Emacs, TextMate, ...

The Factor library:

  • Unicode 5.0 support - 21-bit strings, case conversion, character classes, etc
  • Unicode I/O with a variety of common encodings
  • Advanced I/O features: Process launcher, Memory mapped files, File system change monitors, Secure sockets
  • UI
  • Calendar
  • Relational database access library with database-independent O/R mapping; supports PostgreSQL and SQLite
  • HTTP client, server
  • SMTP client
  • Binary object Serialization
  • Powerful Concurrency abstractions: Message passing, Channels, Promises, Futures, Locks, Semaphores, Exchangers
  • Pattern matching
  • Lazy lists
  • Parsing expression grammars
  • Cryptography and advanced math routines
  • Unit conversion
  • XML parser, XML-RPC client and server
  • Bindings for Cairo, PostgreSQL, SQLite, OpenSSL, Cryptlib, OpenLDAP, ...
  • Various smaller examples, such as a raytracer, mandelbrot fractal viewer, and IRC bot.

This revision created on Tue, 9 Sep 2008 05:33:09 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.