First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
macro help
Hello - I have a macro that is used to send http response. There is a key :type that can be :html or :text and based on that it is sent a text or html header as a response. Here it is: (defmacro with-response ((request &key (type :html)) &body body) (let ((stream (gensym "STREAM"))) `(let ((,stream (htt... 17 Feb 2010 16:44
%%% top 10 Lovely place for Lovers %%%%
%%% top 10 Lovely place for Lovers %%%% http://sites.google.com/site/hifiprofile/ http://sites.google.com/site/hifiprofile/ http://sites.google.com/site/hifiprofile/ http://sites.google.com/site/hifiprofile/ ... 17 Feb 2010 04:28
macros
I don't get the difference between defun and defmacro ? If code is data and data is code then macros are functions and functions are macros and everything is everything and then comes Monty Python's foot on top of that. I don't get what's about that 'get it' in lisp ? That code and data can be and is repres... 23 Feb 2010 14:41
CFP - SLE'2010
CALL FOR PAPERS 3rd International Conference on Software Language Engineering SLE 2010 12-13 Oct 2010 -- Eindhoven, The Netherlands http://planet-sl.org/sle2010/ Co-located with the International Conference on Generative Programming and Component Engineering (GPCE'10). -----------------------------------... 15 Feb 2010 09:48
[CfP] 7th European Lisp Workshop, June 21/22 2010, Maribor, Slovenia
+------------------------------------------------------------+ | CALL FOR PAPERS | | 7th European Lisp Workshop | | June 21/22, Maribor, Slovenia - co-located with ECOOP 2010 | +------------------------------------... 15 Feb 2010 04:19
Work at Home- Earn $4,000 Weekly With Email Reading Jobs
Work at Home- Earn $4,000 With Email Reading Jobs Get Paid $5 For Each New Sign Ups - Easy To make Money Make More Than $200 A Day , Register Now To Start earning At http://moourl.com/lvi7k ... 14 Feb 2010 11:46
Slime/Emacs and UTF-8
What is the current suggested method for using UTF-8 strings with Slime/Emacs/SBCL? I'm using: echo $LC_CTYPE en_US.UTF-8 (stream-external-format *standard-output*) returns: :UTF-8 In emacs: (require 'slime) (set-language-environment "UTF-8") (setq slime-net-coding-system 'utf-8-unix) (setq i... 14 Feb 2010 18:30
new version of emacs's command frequency report
there's a new version of the emacs command frequency report. http://xahlee.org/emacs/command-frequency.html this new report has data size that's 20 times larger the version i did in 2007. With 6 people's data. The number of people is still too few. If you have data, please submit. Thanks. PS Alan M, if ... 13 Feb 2010 23:48
inverse function
Dear, Does someone know if there is any work done to generate an inverse of any given lisp function (if possible). Example: (defun f (x) (+ x 1)) (f 2) 3 (funcall (inverse #'f) 3) 2 (funcall (inverse #'f) (f 5)) 5 When a lisp function has conditional branchs then the inverse function will ... 24 Feb 2010 15:23
Lisp and ncurses
On 2009-12-18, camiloolarte <juan.c.olarte(a)gmail.com> wrote: http://common-lisp.net/project/lifp/uwar.htm You might also want to check this project: http://common-lisp.net/project/vial/ you can see how to build ffi interfaces with swig and it can address clisp cffi ! Vial runs o... 13 Feb 2010 11:31
First  |  Prev |  Next  |  Last
Pages: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68