Zach Beane | 24 Aug 2010 21:09
Gravatar

New project: Quicklisp

Hi, Gardeners!

I'm working on a new project called Quicklisp. The goal is to make it
very easy to get access to the wide variety of community-developed CL
libraries, no matter what Common Lisp implementation or operating system
you're using, so you can get that part out of the way and start working
on interesting applications in CL.

There's a bare-bones website here:

  http://www.quicklisp.org/

That has a link to a screencast I made to introduce the project:

  http://www.quicklisp.org/screencasts/

Please check it out and let me know what you think.

Zach
Brendon Schumacker | 23 May 2010 21:52
Picon
Gravatar

Re: Gardeners Digest, Vol 42, Issue 5

>
> Hi Brendon,
>
> for GUIs have a look at LTk:
>
> http://www.peter-herth.de/ltk/
>
> Peter
>

Thanks Peter!

I downloaded that onto my Ubuntu system yesterday and found the demo
to load and work without a hitch on the first try, good stuff!

I'm quite busy these days, I hope that I can get a chance to
experiment with it more later.  I'm curious if it has enough to create
a game, or make an office app... and work cross platform from Linux to
Windows without too much adjustment.

I wouldn't mind if it didn't have everything from drop down menus to
animation support as long as it gives me the ability to create them
myself.  I once created a Python interface from scratch for making
animations without much more than Text, Boxes, and Click instances.

Brendon

> On Sat, May 22, 2010 at 5:55 PM, Brendon Schumacker
> <brendon.schu@...> wrote:
>> This is a resend... I guess I was supposed to hit "Replay to All" the
(Continue reading)

Brendon Schumacker | 21 May 2010 02:31
Picon
Gravatar

Re: Gardeners Digest, Vol 42, Issue 3

Hello,

As I was saying before, I'm actually very new (or at least less
experienced) with LISP but I want to know more about it.  I guess I
should fist tell you why I have this interest.  If you go to my site
and look at the current article you'll see I know my fair share of
languages and have studied a lot (www.brendon-art.com).  I think LISP
has a very interesting syntax, and I've heard that it's one of the
oldest language that supported important concepts such as recursion,
and basically speaking, you probably never needed to replace LISP with
any other language as much as you could just improve or grow upon it,
however C/C++ seemed to have taken over at some point in history.
Would you say that my interpretation of this history here is correct?

I'm a fan of the Python language as well.  I like the fact that it has
an interpreter, it can run and be changed on the fly, and the syntax
is quite easy to understand and straight forward.  LISP also has these
same qualities.

One worry I have with LISP is that it isn't being kept up with and so
there might not be as many interesting things you can do with it these
days.  Can you create a windowed desktop app (or any GUI) with LISP?
Can I connect to a network with it?  What are some ways that LISP is
still being used today?

Thanks for any feedback.

Brendon

On 20 May 2010 20:00,  <gardeners-request@...> wrote:
(Continue reading)

gibsonjohn | 20 May 2010 21:37
Picon

What is the best and most economical way to display lisp results on a Windows graphics screen????

How can I easily display numeric results onto a windows screen. 

 

Is there a freeware approach to this?  Where is it?

 

John Gibson (novice lisper).....  novlisp

_______________________________________________
Gardeners mailing list
Gardeners@...
http://www.lispniks.com/mailman/listinfo/gardeners
Brendon Schumacker | 18 May 2010 19:19
Picon
Gravatar

Re: Gardeners Digest, Vol 42, Issue 1

Hi,

Glad to see some action from the list.  I haven't used a email list in
a while so if I'm not responding correctly someone please tell me, I
signed up a while ago but haven't gotten any mails and forgot to send
one myself.

I use Vim religiously for everything.  I used to use Emacs for
everything, and during that time a lot of people would talk about Vi,
so after the curiousity got the better of me I took the time to learn
some Vim commands and eventually got hooked.  The reason I can't
escape Vim is because it's so damn fast, lightweight, and after
getting used to it I'd say it has to be the most convenient editor for
those who do some serious coding in any language.  I generally need to
make everything I do from scratch, which requires a ton of typing, and
I hate it every time my hands have to leave the keyboard or when my
fingers have to go searching for some oddball key combo.

But yeah, a lot of Lisp development has been done for Emacs, they say
that they have all types of Lisp games, modules, etc which are made
exclusively for Emacs... but I've never looked as I know they're
probably old, unsupported and/or out of date by now.

The key is that Emacs has a built in Lisp interpreter, so you can run
calculations on the fly from within the editor while coding, but I
don't know the extent of commands which the Emacs-Lisp interpreter
supports.

By the way, I've yet to make a very useful Lisp application but I
really like the language, so take everything I'm saying as general
conversation.  I joined this list hoping to get more involved with
Lisp.

Brendon

On 18 May 2010 20:00,  <gardeners-request@...> wrote:
> Send Gardeners mailing list submissions to
>        gardeners@...
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://www.lispniks.com/mailman/listinfo/gardeners
> or, via email, send a message with subject or body 'help' to
>        gardeners-request@...
>
> You can reach the person managing the list at
>        gardeners-owner@...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Gardeners digest..."
>
>
> Today's Topics:
>
>   1. vi/vim vs. emacs for lisp coding (Matt Cheung)
>   2. Re: vi/vim vs. emacs for lisp coding (James Fleming)
>   3. Re: vi/vim vs. emacs for lisp coding (Justin Heyes-Jones)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 17 May 2010 09:35:46 -0700 (PDT)
> From: Matt Cheung <mgcheung@...>
> Subject: [Gardeners] vi/vim vs. emacs for lisp coding
> To: gardeners@...
> Message-ID: <alpine.DEB.2.00.1005170929050.2062 <at> lonestar>
> Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
>
> I was wondering if there was anyone on this list who uses vim (or any
> other vi-like editor) for their lisp hacking.  I've been using limp for
> a while and I was thinking of trying slimv.  When asking about this on
> the stumpwm mailing list I was told I should really try emacs.  It was
> even said that emacs and common lisp share more culture.  I thought this
> might be a better forum to discuss the pros and cons of different
> editors.  Thanks.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 18 May 2010 09:12:01 +1000 (EST)
> From: "James Fleming" <lisp@...>
> Subject: Re: [Gardeners] vi/vim vs. emacs for lisp coding
> To: "Tending the Lisp Garden" <gardeners@...>
> Message-ID:
>        <9f0e8400ab50b50408442fff78eecb81.squirrel@...quill.net>
> Content-Type: text/plain;charset=iso-8859-1
>
>> I was wondering if there was anyone on this list who uses vim (or any
>> other vi-like editor) for their lisp hacking.
>
> *waves*
> I cut my teeth on Vi when learning Unix, and feel much more at home with a
> mode editor. I've tried emacs several times, with and without Viper and
> Vimpulse, but I just can't get past the key-chording - my forearms quickly
> remind me that my latent RSI is only _so_ latent. I strongly suspect that
> if I find myself in need of greater integration with the CL runtime, I'll
> get a Lispworks license.
>
>
>> I've been using limp for
>> a while and I was thinking of trying slimv.  When asking about this on
>> the stumpwm mailing list I was told I should really try emacs.  It was
>> even said that emacs and common lisp share more culture.
>
> Kinda. They share a lot of history, and emacs is itself written in a
> dialect of lisp, though it's old and primitive compared to CL. SLIME also
> apparently provides a lot of useful integration/introspection into the CL
> runtime, though I've yet to be sold on what it can actually give me that
> VILisp doesn't.
>
> I've tried limp and slim-vim, but have kept going back to VILisp, which
> still works better for me because apparently my idea of an IDE is having
> the editor and interactive terminal session on the same virtual desktop:
> http://www.vim.org/scripts/script.php?script_id=221
>
>
>> I thought this
>> might be a better forum to discuss the pros and cons of different
>> editors.
>
> Or revive a long-running flamewar, one or the other :)
> Actually, I'm not so keen on the flamewar part. If other people prefer
> emacs, that's between them and their carpal tunnels. If you don't try
> making *me* use it, I won't have to hurt you.
>
>
> Cheers,
> James
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 17 May 2010 16:48:35 -0700
> From: Justin Heyes-Jones <justinhj@...>
> Subject: Re: [Gardeners] vi/vim vs. emacs for lisp coding
> To: lisp@...,  Tending the Lisp Garden
>        <gardeners@...>
> Message-ID:
>        <AANLkTikkjPzg2QcUKVBX3ZMHRa3rs2eeolcDBiA6qyjy@...com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I totally agree with James, even though I only use emacs not vi. I think
> it's a mistake to tell people coming to CL "you have to use emacs because
> that's what most people use". People should be able to use any text editor
> they want.
>
> Only recently I discovered a project (cusp) that lets people easily install
> SBCL and use it from within Eclipse. I think that's great in terms of bring
> CL to a wider audience.
>
> http://sergeykolos.com/cusp/update/
>
> Justin
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://www.lispniks.com/pipermail/gardeners/attachments/20100517/e4fbacb7/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Gardeners mailing list
> Gardeners@...
> http://www.lispniks.com/mailman/listinfo/gardeners
>
>
> End of Gardeners Digest, Vol 42, Issue 1
> ****************************************
>
Matt Cheung | 17 May 2010 18:35
Picon

vi/vim vs. emacs for lisp coding

I was wondering if there was anyone on this list who uses vim (or any
other vi-like editor) for their lisp hacking.  I've been using limp for
a while and I was thinking of trying slimv.  When asking about this on
the stumpwm mailing list I was told I should really try emacs.  It was
even said that emacs and common lisp share more culture.  I thought this
might be a better forum to discuss the pros and cons of different
editors.  Thanks.
Terje Norderhaug | 25 Feb 2010 19:47

MCLIDE 1.0b2 Mac Lisp IDE

A new version of the MCLIDE Macintosh lisp IDE is now available and  
can be downloaded from:

     http://mclide.in-progress.com

This version introduces support for LispWorks and Steel Bank Common  
Lisp (SBCL) as target lisp implementations, in addition to Clozure CL  
and Macintosh Common Lisp (MCL).

Follow the progress of MCLIDE at <www.twitter.com/mclide>.

-- Terje Norderhaug
   terje@...
Justin Heyes-Jones | 12 Jan 2010 00:59

Take a look at my photos on Facebook

facebook
Justin Heyes-Jones has:
111 friends
10 photos
0 notes
24 Wall posts
11 groups

Take a look at my photos on Facebook


Hi Tending,

I set up a Facebook Profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.

Thanks,
Justin

To join Facebook, please follow the link below:
http://www.facebook.com/p.php?i=665915554&k=4Y1UX2R5QT6G6BD1WGXZPWYSW6BAY54APVHX&r

Already have an account? Add this email address to your account here.

Other people you may know on Facebook:
Bill Bradford
Payaso Pichito
Sean Ross
Colin Kirkham
Kris Shannon
Holger Durer
Gregory Bird
Jack Unrue
David Hodge
gardeners-0Lpivb7LZrJWk0Htik3J/w@public.gmane.org was invited to join Facebook by Justin Heyes-Jones. If you do not wish to receive this type of email from Facebook in the future, please click here to unsubscribe.
Facebook's offices are located at 1601 S. California Ave., Palo Alto, CA 94304.
_______________________________________________
Gardeners mailing list
Gardeners@...
http://www.lispniks.com/mailman/listinfo/gardeners
Terje Norderhaug | 16 Dec 2009 21:51

ANNC: MCLIDE 1.0b Lisp IDE

FOR IMMEDIATE RELEASE

MCLIDE is a free open source Macintosh IDE for Lisp implementations  
on any platform. It's a double-clickable, stand-alone development  
environment that connects to a Lisp either locally or through the  
network.

The first public beta of MCLIDE 1.0 is now available from:

     http://mclide.in-progress.com

This version of MCLIDE is verified to work with Clozure CL (a.k.a.  
OpenMCL) and Macintosh Common Lisp (MCL) as target lisp  
implementations. It can potentially be used with the same Lisp  
implementations as SLIME.

MCLIDEs user interface is based on the mature IDE of Macintosh Common  
Lisp. It provides rich interactive development and debugging tools in  
the form of dialogs interacting with the target Lisp.

MCLIDE provides a consistent developer experience regardless of the  
Lisp. Use it on the same computer as your Lisp system, or target one  
or more Lisp implementations on other computers or operating systems.

Special thanks to Peter Paine for substantial feedback and  
suggestions. His involvement has been essential in moving MCLIDE  
forward. Glen Foy has provided a lisp syntax styling utility as an  
optional plug-in. MCLIDE has also benefitted from contributions by  
Shannon Spires and Madhu, among others.

Follow the progress of MCLIDE at www.twitter.com/mclide

-- Terje Norderhaug
    terje@...
Francesco Petrogalli | 16 Nov 2009 15:09
Picon

problems with utf8

Hi everybody,


today I made a checkout from the googlecode versioning system of a lisp file I'm developing.

I started slime on emacs, loaded the file, and soon I got a UTF8 error. I corrected it, but now every time I load my file I get this new error, that I cannot fix:

STYLE-WARNING:
   Character decoding error in a ;-comment at position 207 reading source file #<FD-STREAM for "file /home/francesco/Programmi/aco-img/src/lisp/clos2.lisp" {A8E54F1}>, resyncing.


What does it means?

Thank you,

Francesco


--
Francesco Petrogalli
PhD student
Dipartimento di Matematica e Informatica
Universita' degli Studi di Perugia
via Vanvitelli 1, Perugia (Italy)
phone: +39 075 585 5039
fax:   +39 075 585 5024
email: francesco.petrogalli-BcmeEn8aPRE@public.gmane.orgg.it
      francesco.petrogalli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org

Linux Registered User: #414858

P Funking Band
http://www.perugiafunkingband.it
http://www.myspace.com/perugiafunkingband
_______________________________________________
Gardeners mailing list
Gardeners@...
http://www.lispniks.com/mailman/listinfo/gardeners
Daniel Herring | 6 Nov 2009 05:53
Favicon

ALU wiki

Hi all,

The ALU wiki has been hosted on lisp-based wiki for a few years now.  One 
year ago, the server's drive was lost; and the wiki contents had to be 
reconstructed by scraping the web.

The current result is a hard-to-use, buggy wiki with many broken pages. 
Drew Crampsie has been very helpful throughout the restoration and fight 
with spammers; but he just doesn't have time to do all the coding required 
to make ucliki (the current wiki software) a full-featured product. 
Significant effort would be required; I would estimate a few man-months to 
address the issues on my bug/wishlist.

Instead, I propose that we move the wiki contents to a MediaWiki.  This 
gives immediate access to an industrial-strength wiki for hosting content; 
and it has an easily-parsed archival format for the lisp wiki of the 
future to slurp back in.

Now is a good time to switch wiki formats.  Many (most?) pages on the ALU 
wiki already require manual editing to fix conversion issues in the 
restoration.  Others didn't even make the transfer.
http://web.archive.org/web/20080417121424/http://wiki.alu.org/Gardeners_Projects

To prototype what this might look like, I set up a temporary wiki at
http://aluwiki.tentpost.com

This has been seeded with part of the Road to Lisp Survey.  Feel free to 
create an account and make your own changes.  If people like the new site, 
we can arrange to transfer its contents to a different address/server, 
announce it to the world, and convert all contents off the old site.  If 
people don't like it, it can die a quiet death.

All comments appreciated.

Later,
Daniel

Gmane