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 …
Tags:
best-ideas,
code,
factor,
five-years,
function,
functional,
googletechtalks,
program,
python,
such-as-python,
takes-the-best,
talk,
talks,
techtalk,
techtalks No Comments |
Read the rest of this entry »
Posted on October 25, 2008, 10:21 am, by kishore, under
Java,
Tricks,
Useful Scripts,
design,
html,
javascript,
os,
php,
program,
programming.
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.
Tags:
because-people,
code,
custom-tags,
html,
Java,
loosing-widget,
previous-posts,
program,
regular,
shout-boxes,
simple-file,
timer-using,
Tricks,
Useful Scripts No Comments |
Read the rest of this entry »