Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Newbie Question about how to Pack and distribute
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
anders  
View profile  
 More options Jan 11, 4:40 pm
Newsgroups: comp.lang.lisp
From: anders <anders.u.pers...@gmail.com>
Date: Sun, 11 Jan 2009 13:40:40 -0800 (PST)
Local: Sun, Jan 11 2009 4:40 pm
Subject: Newbie Question about how to Pack and distribute
Hi,
I am planing to write a program for a bigger project, becurse it is a
hobby-project i can choose language, and i have wanted to make
somthing i LISP for a long time, and in the same time learn the
language.

I have som question that i can't find any good answer so if some one
with more skill than me could help i would be were tankfull.

Plattform is Windows

Witch LISP should i select ?
IDE, Editor etc is rekommended. ?
Witch GUI System is rekommended ?

After the project is ready, i would be nice if i can pack it all inom
som kind of installation, so a user can just run a installation and
use the program, is there any good way of doing this?

Becurse this is a Hobby thing, i don't have mony to by stuff as
Allergro or LispWorks.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
anders  
View profile  
 More options Jan 11, 6:00 pm
Newsgroups: comp.lang.lisp
From: anders <anders.u.pers...@gmail.com>
Date: Sun, 11 Jan 2009 15:00:26 -0800 (PST)
Local: Sun, Jan 11 2009 6:00 pm
Subject: Re: Newbie Question about how to Pack and distribute
On 11 Jan, 23:24, Francogrex <fra...@grex.org> wrote:

> On 11 jan, 22:40, anders <anders.u.pers...@gmail.com> wrote:

> > After the project is ready, i would be nice if i can pack it all inom
> > som kind of installation, so a user can just run a installation and
> > use the program, is there any good way of doing this?

> I recommend ECL, it is one of the best out there. And you'll be able
> to pack standalone executables that run very fast (they're translated
> to C and compiled). Other implementations also support delivering
> standalone executables but they're either slower and/or the size of
> the executable is larger. I'd still would like to test the exes
> produced by Lispworks Professional (commercial) Edition, seems
> interesting, but the price of the lispworks's commercial edition is
> much less interesting if you get my drift.
> For an editor I recommend Emacs.

Thanks, start to install it.
mvh Anders

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
WalterGR  
View profile  
 More options Jan 12, 5:40 am
Newsgroups: comp.lang.lisp
From: WalterGR <walte...@gmail.com>
Date: Mon, 12 Jan 2009 02:40:35 -0800 (PST)
Local: Mon, Jan 12 2009 5:40 am
Subject: Re: Newbie Question about how to Pack and distribute
On Jan 11, 1:40 pm, anders <anders.u.pers...@gmail.com> wrote:

> Witch LISP should i select ?
> IDE, Editor etc is rekommended. ?
> Witch GUI System is rekommended ?

Is this your post from July of last year:

> i have tried LISP and like the interactive way of development.
> On LISP i can make a runtime, with for example with SBCL, witch
> i can run.

> So with EMACS, SLIME and SBCL i can step by step develop my
> program, and then "compile" it to release...

http://groups.google.com/group/clojure/browse_thread/thread/5259280f2...

Did you find Emacs or SBCL lacking?  If there are reasons, perhaps
people could direct you to something more appropriate.  Though maybe
you're just seeing if things have changed in the past 6 months...

In terms of FOSS IDEs, you can also check out Eclipse + CUSP. [1]
There's also ABLE, but it doesn't have debugger integration. [2]  I
haven't used either so I can't evaluate them.

> After the project is ready, i would be nice if i can pack it all inom
> som kind of installation, so a user can just run a installation and
> use the program, is there any good way of doing this?

To my knowledge there are no (free) installer-creators that are Lisp
specific.  What you'd need to do is find a Lisp compiler that can
generate a Windows EXE, then use separate software that generates a
Windows installer.  For a list of installer creators, see

http://en.wikipedia.org/wiki/List_of_installation_software#Microsoft_...

That's the "right way" to do it.  There are easier ways if you don't
need all the functionality that installers offer.

Walter

[1] http://www.bitfauna.com/projects/cusp/
[2] http://phil.nullable.eu/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
WalterGR  
View profile  
 More options Jan 12, 8:44 am
Newsgroups: comp.lang.lisp
From: WalterGR <walte...@gmail.com>
Date: Mon, 12 Jan 2009 05:44:45 -0800 (PST)
Local: Mon, Jan 12 2009 8:44 am
Subject: Re: Newbie Question about how to Pack and distribute
On Jan 12, 2:40 am, WalterGR <walte...@gmail.com> wrote:

> What you'd need to do is find a Lisp compiler that can
> generate a Windows EXE, then use separate software that generates a
> Windows installer.

Actually, to correct myself: that's not necessarily true.  e.g. you
could bundle a Lisp interpreter with the code, and put that into an
installer.  My core point was that you don't need something Lisp-
specific to make an installer.

Walter


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google