Since 5/8/2012 3:39:36 PM, schulte.eric has written 4 articles and participated in 16 conversations. schulte.eric signature: schulte.eric
schulte.eric's articles:
Items(4) /1
using compiled ecl functions/objects from C code819 (6/21/2011 11:13:40 PM) comp.lang.lisp Hi, I've written a common lisp library for reading/manipulating/writing ELF files [1], and now I need to use this library from C code. Using ecl I was able to fairly easily compile the ASDF package into a sta... Eric
errors escaping from `ignore-errors'241 (4/7/2011 4:14:53 PM) comp.lang.lisp Hi, I have the following error [1], and although I know exactly from which function call it is arising (namely a call to `shell-command') and I have wrapped that function call in combinations of `ignore-errors... Eric
interactive debugging with sbcl and slime1646 (4/5/2011 9:20:12 PM) comp.lang.lisp Hello, I'm currently using sbcl with Emacs and Slime as my lisp development environment. I'd like to use the slime debugger to interactively step through the execution of a function (my ideal here being funct... Eric
Install local package using quicklisp/asdf230 (4/5/2011 9:11:05 PM) comp.lang.lisp Hi, I would like to use the latest version of metabang-bind which I have cloned locally on my system in a git repository. Up to this point I have used quicklisp to manage all of my CL systems and dependencies... Eric
schulte.eric's replies:
Items(9) /1
Ruby IDE #44632 (8/8/2008 5:00:54 AM) comp.lang.ruby Hello, Is there a good IDE for Ruby? At the moment am using "vi", plan to migrate to TextEditor under GNOME I tried downloading ruby-ide from http://www.ruby-ide.com/ But it kept making me go round and round ... kathe.mayuresh(16)
emacs .el files222 (8/8/2008 3:57:36 PM) comp.lang.ruby [Note: parts of this message were removed to make it a legal post.] Hi All, It would be nice if there was a README file in the "ruby/misc" directory on how to apply the emacs .el files to .emacs. I copied ... alex.katebi(13)
Sample for Metaprogramming830 (10/11/2008 4:36:10 PM) comp.lang.ruby Hi. Can anyone give me a good small sample for Metapgramming with Ruby? I am new in Ruby and searching now samples to get a look into Ruby (I also use IronRuby - when there will be a small sample which is also... relzne(3)
how: script.lisp < file.input56115 (2/5/2011 1:41:09 PM) comp.lang.lisp Hi folks, was talking with some others about
accepting a file as standard input in the
various scripting languages, & one claim put
forth was that lisp had a 'hard time' with
accepting standard input easily... mss
Install local package using quicklisp/asdf230 (4/5/2011 9:11:05 PM) comp.lang.lisp Hi, I would like to use the latest version of metabang-bind which I have cloned locally on my system in a git repository. Up to this point I have used quicklisp to manage all of my CL systems and dependencies... schulte.eric(20)
interactive debugging with sbcl and slime1646 (4/5/2011 9:20:12 PM) comp.lang.lisp Hello, I'm currently using sbcl with Emacs and Slime as my lisp development environment. I'd like to use the slime debugger to interactively step through the execution of a function (my ideal here being funct... schulte.eric(20)
errors escaping from `ignore-errors'241 (4/7/2011 4:14:53 PM) comp.lang.lisp Hi, I have the following error [1], and although I know exactly from which function call it is arising (namely a call to `shell-command') and I have wrapped that function call in combinations of `ignore-errors... schulte.eric(20)
The Lisp Curse20750 (4/16/2011 10:18:47 AM) comp.lang.lisp An essay by Rudolf Winestock, http://www.winestockwebdesign.com/Essays/Lisp_Curse.html, posted in http://news.ycombinator.com/ , comments: http://news.ycombinator.com/item?id=2450973 ... fernandoraya(1)
using compiled ecl functions/objects from C code819 (6/21/2011 11:13:40 PM) comp.lang.lisp Hi, I've written a common lisp library for reading/manipulating/writing ELF files [1], and now I need to use this library from C code. Using ecl I was able to fairly easily compile the ASDF package into a sta... schulte.eric(20)