Factor: an extensible interactive language

Written by kishore

Google Tech Talks October 27, 2008 ABSTRACT Factor is a general-purpose programming language which has been in development for a little over five years and is influenced by Forth, Lisp, and Smalltalk. Factor takes the best ideas from Forth — simplicity, succinct code, emphasis on interactive testing, meta-programming — and brings modern high-level language features such as garbage collection, object orientation, and functional programming familiar to users of languages such as Python and …

http://www.youtube.com/v/f_0QlhYlS8g&f=videos&app=youtube_gdata

Read the original here: 
Factor: an extensible interactive language

Oct
28

Basic "Custom Tags" Parsing Script

Written by kishore

Today we are going to create a basic Custom Tags parsing script that will parse special symbols (tags) in text for formatting purpose. Just like writing BOLD , a web browser parses it as “BOLD” in bold letters, same way our script will parse tags created by us.

Go here to see the original: 
Basic "Custom Tags" Parsing Script

Oct
25