<div>>>Out of curiosity, why did you list the Maven plugin in the list of<BR> erlang resources?</div>  <div>Because I found a Maven plugin for building (I think) Erlang applications.<BR><BR><B><I>erlang-questions-request@erlang.org</I></B> wrote:</div>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">Send erlang-questions mailing list submissions to<BR>erlang-questions@erlang.org<BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>http://www.erlang.org/mailman/listinfo/erlang-questions<BR>or, via email, send a message with subject or body 'help' to<BR>erlang-questions-request@erlang.org<BR><BR>You can reach the person managing the list at<BR>erlang-questions-owner@erlang.org<BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of erlang-questions digest..."<BR><BR><BR>Today's Topics:<BR><BR>1. Re: Tools for Erlangers (Ben Munat)<BR>2. Re: Tools for
 Erlangers (Dustin Sallings)<BR>3. flow control in http client asynchronous mode (Paul Mineiro)<BR>4. string:to_lower (Anthony Shipman)<BR>5. Re: bit syntax slower than bit operations (Kirill Zaborski)<BR>6. Re: bit syntax slower than bit operations (Bjorn Gustavsson)<BR>7. Emacs: Debugger buffer not showing program output (Vishnu Gopal)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Sat, 01 Sep 2007 14:14:52 -1000<BR>From: Ben Munat <BENT@MUNAT.COM><BR>Subject: Re: [erlang-questions] Tools for Erlangers<BR>To: erlang-questions@erlang.org<BR>Message-ID: <46DA007C.4050007@munat.com><BR>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR><BR>I'm still an erlang newbie, but I've used erlide some and have no complaints. It<BR>shows me syntax errors, has template generators for modules, etc. Well, I guess<BR>my one complaint would be that the console doesn't have up-arrow command history<BR>(like the
 erlang shell does).<BR><BR>There's also Caoyuan's ErlyBird, which is a Netbeans-based erlang IDE:<BR><BR>http://sourceforge.net/projects/erlybird<BR><BR>I haven't tried that but will definitely do so when I get around to trying the<BR>Netbeans Ruby on Rails support.<BR><BR>I also haven't tried the emacs support cuz I'm still too chicken to try emacs...<BR>I'm barely comfortable with VI!<BR><BR>Out of curiosity, why did you list the Maven plugin in the list of erlang resources?<BR><BR>Ben<BR><BR>Lone Wolf wrote:<BR>> Hi.<BR>> What is your Erlang development tools?<BR>> For Java, I have IntelliJ, Ant, Maven and alot of frameworks (Spring,<BR>> Hibernate, Seam...).<BR>> For Erlang, resources are so limited (ErlyWeb, Maven plugin and Erlide).<BR>> Do you recommend any tools for Erlanger?<BR>> Thanks.<BR>> <BR>> */Deep into that darkness peering, long I stood there, wondering, <BR>> fearing, Doubting, dreaming dreams no mortal ever dreamed
 before./*<BR>> */E.A Poe/*<BR>> *//*<BR>> *//* <BR>> <BR>> ------------------------------------------------------------------------<BR>> Luggage? GPS? Comic books?<BR>> Check out fitting gifts for grads <BR>> <HTTP: evt="48249/*http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz" us.rd.yahoo.com><BR>> at Yahoo! Search.<BR>> <BR>> <BR>> ------------------------------------------------------------------------<BR>> <BR>> _______________________________________________<BR>> erlang-questions mailing list<BR>> erlang-questions@erlang.org<BR>> http://www.erlang.org/mailman/listinfo/erlang-questions<BR><BR><BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Sat, 1 Sep 2007 20:13:56 -0700<BR>From: Dustin Sallings <DUSTIN@SPY.NET><BR>Subject: Re: [erlang-questions] Tools for Erlangers<BR>To: Garry Hodgson <GARRY@SAGE.ATT.COM><BR>Cc: erlang-questions@erlang.org<BR>Message-ID:
 <28CE44C9-81E9-4979-97C9-29E0207739BA@spy.net><BR>Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed<BR><BR><BR>On Sep 1, 2007, at 14:44, Garry Hodgson wrote:<BR><BR>>> {"src/*", [debug_info, {outdir, "ebin"}, {i, "include"}]}.<BR>><BR>> but how do you manage all of the complexity in that makefile <BR>> without an IDE?<BR><BR>You know, there is some validity to that question. I found that <BR>snippet on some page that pointed out the existence of the erl make <BR>thing as it was describing a sort of standard layout for a project. <BR>If this layout is ``standard,'' it'd be great to not have the <BR>Emakefile at all. :)<BR><BR>-- <BR>Dustin Sallings<BR><BR><BR><BR><BR>------------------------------<BR><BR>Message: 3<BR>Date: Sat, 1 Sep 2007 20:57:27 -0700 (PDT)<BR>From: Paul Mineiro <PAUL-TRAPEXIT@MINEIRO.COM><BR>Subject: [erlang-questions] flow control in http client asynchronous<BR>mode<BR>To:
 erlang-questions@erlang.org<BR>Message-ID: <PINE.LNX.4.52L2.0709012055420.3804@HERBIE><BR>Content-Type: TEXT/PLAIN; charset=US-ASCII<BR><BR>is there any way to get flow control when using the { stream, self }<BR>option to http:request/4 ?<BR><BR>thanks in advance,<BR><BR>-- p<BR><BR><BR>------------------------------<BR><BR>Message: 4<BR>Date: Sun, 2 Sep 2007 18:10:05 +1000<BR>From: Anthony Shipman <ALS@IINET.NET.AU><BR>Subject: [erlang-questions] string:to_lower<BR>To: erlang-questions@erlang.org<BR>Message-ID: <200709021810.06273.als@iinet.net.au><BR>Content-Type: text/plain; charset="us-ascii"<BR><BR>13> string:to_float("0").<BR>{error,no_float}<BR>14> string:to_float("0.0").<BR>{0.00000e+0,[]}<BR><BR>That's a bit rough!<BR>-- <BR>Anthony Shipman Mamas don't let your babies <BR>als@iinet.net.au grow up to be outsourced.<BR><BR><BR>------------------------------<BR><BR>Message: 5<BR>Date: Sun, 2 Sep 2007 13:12:56 +0400<BR>From: "Kirill Zaborski"
 <QRILKA@GMAIL.COM><BR>Subject: Re: [erlang-questions] bit syntax slower than bit operations<BR>To: "Bjorn Gustavsson" <BJORN@ERIX.ERICSSON.SE><BR>Cc: erlang-questions@erlang.org<BR>Message-ID:<BR><337538cb0709020212q7da528fy28e7b7de3ed1d414@mail.gmail.com><BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR>And when is R12B is planned for?<BR><BR>Best regards,<BR>Kirill.<BR><BR>On 01 Sep 2007 23:45:52 +0200, Bjorn Gustavsson <BJORN@ERIX.ERICSSON.SE><BR>wrote:<BR>><BR>> Matthias Radestock <MATTHIAS@SORTED.ORG>writes:<BR>><BR>> ><BR>> > Unfortunately, my tests indicate that the latter version is about twice<BR>> > as fast, using R11B-5 under Linux on x86.<BR>> ><BR>> > Does the bit-syntax compilation produce rather inefficient code?<BR>><BR>> Yes, it could be better.<BR>><BR>> In fact, I managed to optimize the BEAM instruction for matching out<BR>> an integer from a binary so that decode_compact/1 now runs
 somewhat<BR>> faster than decode_verbose/1 on my computer (Sparc/Solaris).<BR>> I hope to optimize construction of binaries in the same way.<BR>><BR>> Those improvements will be included in R12B, as well as other improvements<BR>> and optimizations of the bit syntax that we have been working on.<BR>><BR>> Thanks for pointing out the problem.<BR>><BR>> /Bjorn<BR>> --<BR>> Bj?rn Gustavsson, Erlang/OTP, Ericsson AB<BR>> _______________________________________________<BR>> erlang-questions mailing list<BR>> erlang-questions@erlang.org<BR>> http://www.erlang.org/mailman/listinfo/erlang-questions<BR>><BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: http://www.erlang.org/pipermail/erlang-questions/attachments/20070902/962eec27/attachment-0001.html <BR><BR>------------------------------<BR><BR>Message: 6<BR>Date: 02 Sep 2007 11:14:34 +0200<BR>From: Bjorn Gustavsson
 <BJORN@ERIX.ERICSSON.SE><BR>Subject: Re: [erlang-questions] bit syntax slower than bit operations<BR>To: erlang-questions@erlang.org<BR>Message-ID: <O14PIDH1J9.FSF@ERIX.ERICSSON.SE><BR>Content-Type: text/plain; charset=iso-8859-1<BR><BR>"Kirill Zaborski" <QRILKA@GMAIL.COM>writes:<BR><BR>> And when is R12B is planned for?<BR><BR>Before the end of this year.<BR><BR>/Bjorn<BR><BR>-- <BR>Bj?rn Gustavsson, Erlang/OTP, Ericsson AB<BR><BR><BR>------------------------------<BR><BR>Message: 7<BR>Date: Sun, 2 Sep 2007 15:06:00 +0530<BR>From: "Vishnu Gopal" <G.VISHNU@GMAIL.COM><BR>Subject: [erlang-questions] Emacs: Debugger buffer not showing program<BR>output<BR>To: erlang-questions@erlang.org<BR>Message-ID:<BR><D9605DE70709020236X663F6143J724A2B9C6F08C0AB@MAIL.GMAIL.COM><BR>Content-Type: text/plain; charset=ISO-8859-1<BR><BR>Hi!<BR><BR>I'm trying to learn both Emacs and erlang (newbie to both so please be<BR>gentle). I installed Distel fine and managed to connect to an
 erlang<BR>node. Was trying out debugging when I noticed something odd.<BR><BR>I start a debug session with C-c C-d i and set a breakpoint C-x SPC.<BR>And when I run the function in the shell, the debug process list<BR>window pops up. I type return on the correct process and a debugger<BR>buffer pops up. As far as I understand it to work, it should show the<BR>program in a read-only buffer: with the state of execution &<BR>breakpoints, and with variables at the bottom of the window. However I<BR>get a blank buffer: all the commands (n, SPC, q, h, etc.) seem to work<BR>fine though. I'm not sure if it's because I misunderstood how it's<BR>supposed to work, so here's a screenshot:<BR><BR>http://vish.in/temp/emacs-debug.png<BR><BR>Shouldn't it look something like this:<BR>http://bc.tech.coop/blog/images/distel2.jpg ?<BR><BR>(I'm using Aquamacs btw, not sure if that makes a difference).<BR><BR>It'd be great if somebody could
 help.<BR><BR>Thanks,<BR>Vish<BR><BR><BR>------------------------------<BR><BR>_______________________________________________<BR>erlang-questions mailing list<BR>erlang-questions@erlang.org<BR>http://www.erlang.org/mailman/listinfo/erlang-questions<BR><BR>End of erlang-questions Digest, Vol 4, Issue 3<BR>**********************************************<BR></BLOCKQUOTE><BR><BR><BR><DIV id=RTEContent>  <DIV align=left>  <DIV align=left><FONT face=georgia color=#444f75 size=2><STRONG><EM>Deep into that darkness peering, long I stood there, wondering, fearing, Doubting, dreaming dreams no mortal ever dreamed before.</EM></STRONG></FONT></DIV>  <div align=center><STRONG><FONT face=Verdana color=#444f75><EM>E.A Poe</EM></FONT></STRONG></div>  <DIV align=center><STRONG><FONT face=verdana color=#444f75 size=7><EM></EM></FONT></STRONG></DIV>  <DIV align=left><STRONG><FONT face=verdana color=#444f75><EM></EM></FONT></STRONG> </DIV></DIV></DIV><p>
      <hr size=1>Moody friends. Drama queens. Your life? Nope! - their life, your story.<br> <a href="http://us.rd.yahoo.com/evt=48224/*http://sims.yahoo.com/">Play Sims Stories at Yahoo! Games. </a>