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

OpenBSD

adduser

add to wheel

configure sudo to allow wheel

change shell to bash

in .profile

PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.5/packages/i386

or

PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/4.5/packages/amd64

export PKG_PATH

install:

pkg_add g++-4.2.20070307p9 git gmake pango sqlite cairo blas bash rlwrap wget postgresql-server

udis86

setup ssh keys

setup .factor-boot-rc

blas-1.0.p1

sqlite3-3.6.10

postgresql-server-8.3.6

cairo-1.8.6p1

wget-1.11.4

rlwrap-0.28

set /etc/login.conf parameters to infinity for staff and default

:datasize-max=infinity:

:datasize-cur=infinity:

graphviz:

in .profile

LD_LIBRARY_PATH=/usr/lib:/usr/local/lib:/usr/X11R6/lib

export LD_LIBRARY_PATH

./configure --with-png=YES

make

make install moves libraries around (?)

Starting postgres on boot:

edit /etc/rc.local

su - _postgresql -c 'cd /var/postgresql; pg_ctl start -D /var/postgresql/data -l logfile'

This revision created on Tue, 22 Jun 2010 16:28:46 by erg

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.