9

Is there a non-trivial example application written in Factor language, pregerrably for GUI application which could server as a language tutorial?

user2864740
  • 60,010
  • 15
  • 145
  • 220
Marko
  • 30,263
  • 18
  • 74
  • 108

2 Answers2

2

A little late, but theres Factor bindings for Qt in the works. They should be in a usable state reasonably soon.

  • 1
    How soon? Can't find anything in Factor 0.94. – stesch Dec 27 '10 at 21:10
  • 1
    Sorry, I haven't kept up to date with Factor. I was very very briefly involved in an effort to get Qt working, but then I jumped ship in favour of clojure, so don't know if the Qt support ever matured or if there are still people working on it or not. –  Jan 02 '11 at 13:35
1

Don't know whether that qualifies for a "non-trivial", but there is a calculator example: http://re-factor.blogspot.com/2010/08/calculator-with-gui.html

(github: https://github.com/mrjbq7/re-factor/blob/master/calc-ui/calc-ui.factor)

wizzard0
  • 1,883
  • 1
  • 15
  • 38