Re: [Chicken-users] IDE for Beginners

2015-04-23 Thread Dan Leslie
/sh/rxjt0bn5enpw4vn/AAAdvn2C_l_6qZU5PmWCMYxoa?d l=0 Cheers, Piotr On Mon, Apr 13, 2015 at 01:10:09PM -0700, Abby A wrote: [Chicken-users] IDE for Beginners https://www.mail-archive.com/search?l=chicken-users@nongnu.orgq=su bject:%22%5BChicken-users%5D+IDE+for+Beginners%22o=newest

Re: [Chicken-users] IDE for Beginners

2015-04-22 Thread Jeremy Steward
On Mon, Apr 13, 2015 at 01:10:09PM -0700, Abby A wrote: [Chicken-users] IDE for Beginners https://www.mail-archive.com/search?l=chicken-users@nongnu.orgq=su bject:%22%5BChicken-users%5D+IDE+for+Beginners%22o=newest mfv https://www.mail-archive.com/search?l=chicken-users@nongnu.orgq=fr om

Re: [Chicken-users] IDE for Beginners

2015-04-22 Thread mfv
can be found at: https://www.dropbox.com/sh/rxjt0bn5enpw4vn/AAAdvn2C_l_6qZU5PmWCMYxoa?dl=0 Cheers, Piotr On Mon, Apr 13, 2015 at 01:10:09PM -0700, Abby A wrote: [Chicken-users] IDE for Beginners https://www.mail-archive.com/search?l=chicken-users@nongnu.orgq=subject:%22%5BChicken

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Nathan Thern
On 12/4/2014 1:16 PM, Mario Domenech Goulart wrote: Despite being initially cryptic, I'd strongly recommend learning Emacs. It's a valuable and flexible tool that can be useful in many situations, not only for editing CHICKEN code. If you are familiar with Lisp languages (and I assume you are),

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Mario Domenech Goulart
Hi Nathan, On Thu, 11 Dec 2014 11:05:44 -0500 Nathan Thern nth...@gmail.com wrote: On 12/4/2014 1:16 PM, Mario Domenech Goulart wrote: Despite being initially cryptic, I'd strongly recommend learning Emacs. It's a valuable and flexible tool that can be useful in many situations, not only for

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Dan Leslie
Hi Nathan! I've been following this thread but haven't had a chance to jump in until now. SLIME support is sort of broken, at best, on newer Emacs. I tried getting it limping back along but I think you'll find it lacking. I wrote a package for Emacs that can be installed via MELPA and

Re: [Chicken-users] IDE for Beginners

2014-12-11 Thread Dr. Nikolaus Klepp
Not quite a fullblown IDE, but useful to me: LispEdit for geany http://www.cliki.net/LispEDIT You'll need to change the keybindings in the sourcode if you don't like the default :-) Nik Am Freitag, 12. Dezember 2014 schrieb Dan Leslie: Hi Nathan! I've been following this thread but

Re: [Chicken-users] IDE for Beginners

2014-12-05 Thread Christian Kellermann
mfv m...@freeshell.de writes: I reproduced the result multiple times, with ST2/R freezing each time. And yes, the freezing occured after loading the csv file with (define csvblob (read-lines csvtesteng.csv)). and accessing it with something like (car csvblob). CSI, when run from the

Re: [Chicken-users] IDE for Beginners

2014-12-05 Thread mfv
Hi, Despite being initially cryptic, I'd strongly recommend learning Emacs. It's a valuable and flexible tool that can be useful in many situations, I will give it a try. Thanks! ___ Chicken-users mailing list Chicken-users@nongnu.org

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread mfv
Hello Christian, Maybe this is unrelated to the IDE you tunnel through csi but rather an issue with csi itself: Not sure. I think it is rather a thing with ST2/SublimeREPL. See below. When you say once do you mean you just did it 1 time? Please keep [] Does this solve your

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread mfv
Hello to another freeshell user :), Ahoi! (: Freeshell i quite something! (: Just a part of an answer, Thanks! Most Lispy stuff is heavilty biased towards Emacs I'm afraid. Not a problem for people that like Emacs, like me, but using anything else can often feel like paddling

Re: [Chicken-users] IDE for Beginners

2014-12-04 Thread Mario Domenech Goulart
Hi, On Thu, 4 Dec 2014 12:51:30 +0100 mfv m...@freeshell.de wrote: It is not that I am totally against emacs, but I must confess that learning the myriad of cryptic commands would seriously strain my patience. Mind you, I am writing this on Mutt/Freeshell now, which is using emacs. As such,

[Chicken-users] IDE for Beginners

2014-12-02 Thread mfv
Hi there, I am currently using Sublime Text 2 with Sublime REPL to fool around with Chicken Scheme. It does not work perfect, but until now it has been the best solution apart from using the REPL in the command prompt in Windows 7. However, it seems that sublimeREPL can not handle larger data

Re: [Chicken-users] IDE for Beginners

2014-12-02 Thread Christian Kellermann
* mfv m...@freeshell.de [141202 14:12]: Hi there, I am currently using Sublime Text 2 with Sublime REPL to fool around with Chicken Scheme. It does not work perfect, but until now it has been the best solution apart from using the REPL in the command prompt in Windows 7. However, it

Re: [Chicken-users] IDE for Beginners

2014-12-02 Thread Richard
Hello to another freeshell user :), Just a part of an answer, Most Lispy stuff is heavilty biased towards Emacs I'm afraid. Not a problem for people that like Emacs, like me, but using anything else can often feel like paddling against the current. Except for the data structure thing, what