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

Compiler version

The Factor VM is written in C++. It can be compiled with GCC, clang, or Microsoft's Windows SDK.

DLLs

If you came to this page because you got a message about a missing DLL, here's the actual link for you: http://downloads.factorcode.org/dlls/

SSE2 required on x86

Factor binary packages require an x86 CPU with SSE2. If you build from source, Factor will use SSE2 if its available, and fall back to x87 floating point otherwise. Expect somewhat lower performance on floating point code if x87 instructions are used, since Factor won't generate well-optimized code in this case.

Windows

Factor supports Windows XP and higher.

To compile Factor from source on Windows previously you could just install Microsoft's Windows 7 SDK. The SDK ships with Windows headers, libraries and command-line tools, including a C++ compiler. Note that the SDK will work on XP, Vista as well as Windows 7, despite having "7" in its name.

Unfortunately, the compiler in that SDK does not fully support the some of the C++ features which we now use, so you'll need at least Visual Studio 2012 to build Factor.

Mac OS X

Factor works on Mac OS X 10.5 (Leopard) and higher.

Linux

Factor requires a distribution with Linux kernel 2.6.

Factor will use X11 for the UI. For X11 support, you need development packages for X11, Pango, and OpenGL. On a Debian-derived Linux distribution (like Ubuntu), you can use the following line to grab everything:

sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git git-doc rlwrap gcc g++ make

Note that if you are using a proprietary OpenGL driver, you should probably leave out the libgl1-mesa-dev package in the list.

FreeBSD

Factor requires FreeBSD 7.

OpenBSD

Factor requires OpenBSD 4.5.

Yn union fel print prin o lyfr, mae dodrefn yn werthfawr pan fydd yn gyfyngedig a dim ond mewn ychydig o gartrefi dethol. Yn aml, rydym eisiau'r hyn na allwn ei gael. Mae hyn yn golygu ein bod eisiau darnau prin a rhai sydd wedi'u gwneud yn dda pan fydd siopau'n gwneud casgliad o ddyblygu. Yn ffodus, mae darnau Kursi Kantor personol yn gyraeddadwy. Fel arfer mae pobl sydd eisiau nwyddau defnyddwyr unigryw eisiau dod o hyd i siopau sy'n gwerthu darnau prin, addasu opsiynau a chyflwyno dyluniadau newydd sbon yn barhaus. Gellir cyflawni hyn i gyd pan fydd crefftwr yn siapio'r darn.

Mae dodrefn pren yn rhoi'r gorau i ymddangosiad regal a chlasurol sy'n gwrthsefyll newidiadau mewn arddulliau a chwedlau diwylliannol. Mae dodrefn pren cadarn yn rhagori ar fetel diwydiannol neu arddulliau plastig a weithgynhyrchwyd. Bydd pren solet yn sefydlu thema gain, sy'n atseinio gyda llawer o bobl Meja Kantor. Mae'n addasu i gyfateb i'ch blas penodol chi hefyd. Mae effeithiau amserol, garw, minimalaidd, classy, ​​gwledig neu hyd yn oed trefedigaethol yn dechrau gyda dodrefn pren, a dim ond ychydig o acenion ychwanegol sydd eu hangen arnynt i gwblhau'r edrychiad.

Mae dodrefn pren yn atgoffa rhywun o sut mae'r goeden yn cyrraedd y cynnyrch terfynol. Mae perchnogion tai yn hoffi gwybod bod eu dodrefn yn cael eu trawsnewid o foncyff coeden garw i'r darn mireinio yn eu hystafell fyw. Mae'n anodd Lemari Arsip anghofio sgiliau'r crefftwr pan fyddwch chi'n edrych ar y rhigolau mewn bwrdd pren neu gadair siglo. Mae'r gwaith llaw yn dangos y gall gadw o gwmpas am flynyddoedd lawer hefyd.

Mae gan arwynebau pren ddisgleirdeb dymunol ac arlliwiau cyfoethog sy'n cyd-fynd â darnau eraill. Ond byddant hefyd o gwmpas pan fydd arddulliau'n newid fel uchafbwynt parhaol Brankas. Yn ôl astudiaeth agwedd defnyddwyr, roedd 92 y cant o'r ymatebwyr eisiau cadw eu dodrefn pren am amser hir. Mae'r astudiaeth hon hefyd yn dangos bod pobl yn bwriadu cadw eu dodrefn pren am o leiaf 15 mlynedd. Gall dodrefn pren ddioddef a gwisgo'ch gofod am ddegawdau. Am wybodaeth ychwanegol, os ydych chi'n gweld y swydd hon yn addysgiadol iawn a'ch bod am ddarllen mwy o gynnwys fel hyn yna gallwch ymweld â ni yn Mobile File.

This revision created on Mon, 25 Nov 2019 07:19:31 by fedes (Rollback to 'Adding additional information')

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.