Quantcast
Channel: Common Lisp – Jorge Tavares Notes
Browsing all 8 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Sorting algorithms used in the CL implementations

Which sorting algorithm should one implement when developing a program? The best answer is probably none. Use the sort provided by your system/library/etc. Unless you know your input data has some...

View Article



Image may be NSFW.
Clik here to view.

Macros Design Patterns

I was reading the thread What are some fun or useful macros? on reddit and it reminded me of another thread that appeared in the Pro mailing list. These kind of threads are always enjoyable because...

View Article

Image may be NSFW.
Clik here to view.

zsort: portable sorting algorithms in Common Lisp

zsort is a library that I started working on as a simple hobby project. More or less around the same time I decided to check which algorithms the different Common Lisp implementations use. It is now...

View Article

Image may be NSFW.
Clik here to view.

A note on shortcircuiting of argument evaluation in #’

There is an interesting thread in the Clozure Common Lisp development mailing list about argument evaluation in #’<. Until now, CCL was implementing shortcircuiting when evaluating the arguments of...

View Article

Image may be NSFW.
Clik here to view.

Common Lisp on .NET ?

For the past months I have spent most of my time on .NET using C# but I also would have liked to use Common Lisp on it. I do not know of a CL implementation for .NET and I read some time ago that...

View Article


Image may be NSFW.
Clik here to view.

ELS2014: Proceedings, Videos and Slides

The organizers of this year’s European Lisp Symposium made available all the videos of the talks with the respective slides, as well as the PDF containing all the accepted papers. This is really great...

View Article

Image may be NSFW.
Clik here to view.

GP code on Github

Some time ago I got an email asking for the code of one of my old papers. Unfortunately the code was lost. But that reminded me that I still had some other code that could actually be made available....

View Article

Image may be NSFW.
Clik here to view.

More CL libs on Github

Recently I made available some GP code I had in Common Lisp (see previous post). Today I also put on my github account the library I did for Ant Colony Optimzation (cl-aco) and a few others like...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images