GURU NEEDED : break a command into several lines and comment each line

2011-01-13 Thread bolega
\ # comment3 arguments One ought to be able to comment every single switch if desired for whatever reason. Bolega -- http://mail.python.org/mailman/listinfo/python-list

Emacs Time Line, Graphical Chart by Jamie Zawinski - Valuable Resource for Newbies - written: 8-Mar-1999, updated: 29-Oct-2007

2010-07-19 Thread bolega
Many newbies would find this one by Jamie Zawinski, of immense help http://www.jwz.org/doc/emacs-timeline.html written: 8-Mar-1999, updated: 29-Oct-2007 For more detail about the early days, please see Bernie Greenberg's paper, Multics Emacs: The History, Design and Implementation. I've drawn

Re: C interpreter in Lisp/scheme/python

2010-07-14 Thread bolega
On Jul 13, 11:35 pm, Paul Rubin wrote: > bolega writes: > > I am trying to compare LISP/Scheme/Python for their expressiveness... > > Are there already answers anywhere ? > > How would a gury approach such a project ? > > These two articles > >    http://page

Re: C interpreter in Lisp/scheme/python

2010-07-14 Thread bolega
On Jul 13, 11:18 pm, geremy condra wrote: > On Tue, Jul 13, 2010 at 11:01 PM, bolega wrote: > > On Jun 20, 9:31 pm, Richard Fateman wrote: > >> Define Macro wrote: > >> > On Jun 13, 7:07 pm, bolega wrote: > >> >> I am trying to compare LISP/Scheme/P

Re: C interpreter in Lisp/scheme/python

2010-07-13 Thread bolega
On Jun 20, 9:31 pm, Richard Fateman wrote: > Define Macro wrote: > > On Jun 13, 7:07 pm, bolega wrote: > >> I am trying to compare LISP/Scheme/Python for their expressiveness. > > >> For this, I propose a vanilla C interpreter. I have seen a book which > >>

Fascinating interview by Richard Stallman on Russia TV

2010-07-07 Thread bolega
"Democracy is sick in the US, government monitors your Internet" http://www.youtube.com/watch?v=2BfCJq_zIdk&feature=fvsr Enjoy . -- http://mail.python.org/mailman/listinfo/python-list

Fascinating interview by Richard Stallman on Russia TV

2010-07-07 Thread bolega
"Democracy is sick in the US, government monitors your Internet" http://www.youtube.com/watch?v=2BfCJq_zIdk&feature=fvsr Enjoy . -- http://mail.python.org/mailman/listinfo/python-list

Re: Is Scheme/LISP faster than C/C++

2010-06-14 Thread bolega
Sorry, I dont have access to the journal papers ... or I would do research myself. On Jun 14, 10:10 am, bolega wrote: > Quoting the following post :- > > I am looking for expert opinions > > http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/54... > > > Pr

Is Scheme/LISP faster than C/C++

2010-06-14 Thread bolega
Quoting the following post :- I am looking for expert opinions http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/54fb97d15b234d31# > Probably doesn't meet your intent, but this is a really impressive bit > of (whacky) art: Lisp runs faster than C. Once you get more time away fr

C interpreter in Lisp/scheme/python

2010-06-13 Thread bolega
approach such a project ? Bolega -- http://mail.python.org/mailman/listinfo/python-list

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-12 Thread bolega
On Jun 12, 2:02 am, "Antti \"Andy\" Ylikoski" wrote: > 10.6.2010 23:14, bolega kirjoitti: > > > > > Which is the best implementation of LISP family of languages for real > > world programming ? > > >http://wiki.alu.org/Implementation > >

Re: Which is the best implementation of LISP family of languages for real world programming ?

2010-06-10 Thread bolega
On Jun 10, 2:51 pm, p...@informatimago.com (Pascal J. Bourguignon) wrote: > bolega writes: > > Which is the best implementation of LISP family of languages for real > > world programming ? > > What's the real world? > What's real world programmin

Which is the best implementation of LISP family of languages for real world programming ?

2010-06-10 Thread bolega
Which is the best implementation of LISP family of languages for real world programming ? http://wiki.alu.org/Implementation Kindly pick one from commercial and one from open-source . The criteria is : libraries, gui interface and builder, libraries for TCP, and evolving needs. Please compare

sed/awk/perl: How to replace all spaces each with an underscore that occur before a specific string ?

2009-08-22 Thread bolega
sed/awk/perl: How to replace all spaces each with an underscore that occur before a specific string ? I really prefer a sed one liner. Example Input : This is my book. It is too thick to read. The author gets little royalty but the publisher makes a lot. Output: This_is_my_book._It_is_too__thi