On Fri, Oct 23, 2009 at 3:17 PM, Viktor Klang <viktor.kl...@gmail.com>wrote:

> But if you name your method: "ashiuahsdyasdasd" what does it do?
>

Oh Bloddy Ell... that caused Cthulu to appear on my keyboard when I read
it....


>
> On Fri, Oct 23, 2009 at 9:47 PM, bob <rbpas...@gmail.com> wrote:
>
>>
>> >I'll repeat: there are no operators in scala
>>
>> s/operators/methods-with-operator-like-names/
>>
>> anywhere, here's a typical case:
>>
>> import some.library.package.foo._
>>
>> val a = bar 42
>> val b = a ~!~ 3.14159
>>
>> you can't easily tell that bar is being imported via foo._ .
>> what is bar's return type?
>> what does ~!~ do?
>>
>> i'm not saying its not possible to track all this down, but you can't
>> just print out a listing of a class and take it on the subway. you
>> have to have access to the scaladocs and possibly even the sources.
>>
>> --b
>>
>>
>>
>>
>>
>
>
> --
> Viktor Klang
> | "A complex system that works is invariably
> | found to have evolved from a simple system
> | that worked." - John Gall
>
> Blog: klangism.blogspot.com
> Twttr: viktorklang
> Code: github.com/viktorklang
>
> >
>


-- 
James A Barrows

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to