[scala] JavaPolis Interview

View: Old framed views
72 Messages — Rating Filter:   Alert me  
[scala] JavaPolis Interview - Hi, I gave an interview to Dick Wall and David Quinn from JavaPosse when I was at JavaPolis. It's now published as... Loading...
On Scala and XML question..... Looking at Lift source code, I had reservation on embedding of XML in source code. ... Loading...
Hello! Just to react to some questions discussed: Beginners [thats me ;-) ] - I always like to see many examples,... Loading...
On Dec 20, 2007 5:59 PM, Daryoush Mehrtash <dmehrtash@...> wrote: > On Scala and XML question..... > > Looking... Loading...
To me it feels odd. i guess its no different than a literal of any other type, but xml is just ugly. And then too it... Loading...
RE: [scala] JavaPolis Interview - If you happen to use XML it seems like a nifty feature. But if you stand outside the language and look at it, it's... Loading...
[scala] Re: JavaPolis Interview - Martin, A very nice interview. I really enjoyed it. Regards, Arco martin odersky wrote: > Hi, > > I gave... Loading...
Some || None can find xml ugly. But embedding it into the language has two advantages, in my opinion, over let say... Loading...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We have just written a commercial web application using Scala and... Loading...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oscar Picasso wrote: > Some || None can find xml ugly. But embedding... Loading...
On Thursday 20 December 2007 16:44, Tony Morris wrote: > ... > > On that note, does anyone know a reasonably useful... Loading...
Hey Tony, I really enjoy your posts that make think from another perspective. But sometimes you're a little too... Loading...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 At the moment, we use the "internet explorer" hack. We detect... Loading...
You could use a functional programming "language" like xslt I guess. On Dec 20, 2007 7:44 PM, Tony Morris... Loading...
RE: [scala] JavaPolis Interview - All your points are true. But it still feels odd. Here are some of the main design points of Scala: 1) Scala... Loading...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sorry about that! It's just mean to read as English with an... Loading...
There should be a separation of application logic and its presentation on a page. Shouldn't it? Mixing application... Loading...
Re: [scala] JavaPolis Interview - On Dec 20, 2007 8:03 PM, James Iry <jiry@...> wrote: > > > All your points are true. But it still feels... Loading...
RE: [scala] JavaPolis Interview - > Most web apps can make use of this feature, so I would say 4 applies. Nice try, but.. Most apps aren't web... Loading...
Re: [scala] JavaPolis Interview - On Dec 20, 2007 8:48 PM, James Iry <jiry@...> wrote: > > > > > Most web apps can make use of this feature, so... Loading...
Tony, Do you mean you would like something like that? var p = Some("snow-storm") <foo bar={p}/> would... Loading...
Re: [scala] JavaPolis Interview - James Iry wrote: > 5) Scala has XML literals > > That last one just doesn't seem to live in the same world as the... Loading...
Tony, Look at net/liftweb/util/ PCDataMarkupParser.scala The AltXML.toXML code "does the right thing" (tm) for... Loading...
RE: [scala] JavaPolis Interview - I didn't make a point about HTML other than that many web apps use it. What makes you think I think there's anything... Loading...
Re: [scala] JavaPolis Interview - On Dec 20, 2007 5:03 PM, James Iry <jiry@...> wrote: > All your points are true. But it still feels... Loading...
Re: [scala] JavaPolis Interview - On Dec 20, 2007 9:11 PM, James Iry <jiry@...> wrote: > I didn't make a point about HTML other than that many web... Loading...
On Dec 20, 2007 5:09 PM, Daryoush Mehrtash <dmehrtash@...> wrote: > There should be a separation of application... Loading...
RE: [scala] JavaPolis Interview - You'll have to ask them. -----Original Message----- From: Amir Michail [mailto:amichail@...] Sent: Thursday,... Loading...
RE: [scala] JavaPolis Interview - Again, I can't and won't and haven't argued with it's utility. My point is purely from the "aesthetics of language... Loading...
Re: [scala] JavaPolis Interview - I agree that embedding xml has not the same conceptual underpinnings than the rest of the language. And it's legitimate... Loading...
On Dec 20, 2007 9:05 PM, Alex Cruise <alex@...> wrote: > James Iry wrote: > > 5) Scala has XML literals >... Loading...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Something like that ;) Tony... Loading...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael Campbell wrote: > On Dec 20, 2007 9:05 PM, Alex Cruise... Loading...
hi martin, > I gave an interview to Dick Wall and David Quinn from JavaPosse when I > was at JavaPolis. really... Loading...
Scala isn't the only language having HTML/XML tags. Scripting language REBOL has them... Loading...
This is a high priority for me that keeps me up at night. I don't know about Groovy being any better, but I can tell... Loading...
On Dec 21, 2007 3:14 AM, Amir Michail <amichail@...> wrote: > On Dec 20, 2007 9:11 PM, James Iry... Loading...
On Dec 21, 2007 11:49 AM, <sean.mcdirmid@...> wrote: > This is a high priority for me that keeps me up at night. I... Loading...
Re: [scala] IDE Support - sean.mcdirmid@... wrote: > This is a high priority for me that keeps me up at night. I don't > know about Groovy... Loading...
As I notice on scala-tools, I'm writing an scala-env for jEdit based on maven and written in scala. (I already publish... Loading...
Re: [scala] IDE Support - hi sean, > Or we could give up on reusing the type checker > and just go with basic syntax highlighting and >... Loading...
+1 on this, for the same reason that actors are a library and not part of the language - ease of change, and no... Loading...
On 12/21/07, Paul J. LaCrosse <pjlacrosse@...> wrote: > > +1 on this, for the same reason that actors are a... Loading...
+1 if we can make it as a compiler-extension not to break existing code, else -103429037898257934578 (yes, it's a... Loading...
On Dec 21, 2007 9:34 AM, Mark Hayes <mark@...> wrote: > On 12/21/07, Paul J. LaCrosse <pjlacrosse@...>... Loading...
On Dec 21, 2007 7:08 AM, Fredrik Roos <fredrik.roos@...> wrote: > On Dec 21, 2007 3:14 AM, Amir Michail... Loading...
Frantisek Sodomka schrieb: > Scala isn't the only language having HTML/XML tags. [...] > I am curious: Does anybody... Loading...
Quoting Andrew Foggin <andy@...>: > I too am keen on the semantic features, but I don't see hacking into... Loading...
Quoting David Bernard <david.bernard.31@...>: > As I notice on scala-tools, I'm writing an scala-env for jEdit... Loading...
On Dec 21, 2007 10:53 AM, Thomas Christian Chust <chust@...> wrote: > Frantisek Sodomka schrieb: > Hello, > >... Loading...
Hi, sean.mcdirmid@... wrote: > Quoting David Bernard <david.bernard.31@...>: > >> As I notice on... Loading...
[scala] Re: IDE Support - sean.mcdirmid@... wrote: > > This is sort of my fault. Hopefully, I finish whats half > way done now and then... Loading...
Re: [scala] Re: IDE Support - On 12/21/07, Jeff Nowakowski <jeff@...> wrote: > Can't you just pitch what you have now over the wall and let... Loading...
Alex Cruise wrote: > sort of the inverse of the parser combinators library. :) Ouch! It had already been a long day. ... Loading...
On 12/21/07, Michael Campbell <michael.campbell@...> wrote: > Guy Steele's "designing a language" talk (which... Loading...
Quoting David Bernard <david.bernard.31@...>: > Hi, > > Thanks, now I only need to search where to override... Loading...
I've got a picture in my mind of me pitching over a steaming pile of poo poo to the community, and the community... Loading...
On Dec 21, 2007 6:40 PM, <sean.mcdirmid@...> wrote: > I've got a picture in my mind of me pitching over a... Loading...
Michael Campbell schrieb: > On Dec 21, 2007 10:53 AM, Thomas Christian Chust <chust@...> wrote: > >> [...] >> -... Loading...
On Dec 22, 2007 9:38 AM, Thomas Christian Chust <chust@...> wrote: > Michael Campbell schrieb: > > > On Dec 21,... Loading...
Its not like I'm keeping the code secret, its checked into the Scala SVN repository. I just haven't provided enough... Loading...
On Sun, 2007-12-23 at 02:15 +0100, sean.mcdirmid@... wrote: > Its not like I'm keeping the code secret, its checked... Loading...
That was already thrown out in an email message a while back, we just don't have a place to write down the... Loading...
Hi Tony, thanks for the acknowledgment in your earlier mail, and hi also to the scalions army, I believe Jon Pretty... Loading...
Hi Burak, Burak Emir wrote: > I believe Jon Pretty requested the "have some attributes disappear"-feature on this... Loading...
Hi Amir, Amir Michail wrote: >> * It's not supported by a majority of browsers (~80%) so you need the >> HTML... Loading...
Michael Campbell wrote: >> As useful as I find Scala's XML support, I agree that it feels >> "impure." Perhaps it can... Loading...
Hi David, David Bernard wrote: > when you run "scalac -X" the list display > ... > -Xplugin:<file> ... Loading...
Jon Pretty wrote: > Michael Campbell wrote: > >>> (this was me) >>> As useful as I find Scala's XML support, I... Loading...
Hi Alex, Alex Cruise wrote: > In an earlier email I suggested having syntax libraries register > themselves with... Loading...
Hi Jon, I'm very interested in what scalac plugins are (not) capable of. For example, I'd like to add fields and... Loading...
Hi Peter, Peter Niederwieser wrote: > I'm very interested in what scalac plugins are (not) capable of. For >... Loading...