- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Recommended setup on OSX?
Thu, 2011-11-10, 03:15
What is a good setup to get started with Scala on OSX (10.6.8)?
Eclipse? Emacs? Textmate?
I am current a (light) user of Textmate, not done much with any of the
other editors / IDEs, familiar with OO, and somewhat with functional
programming. Will be working on Ajax-y web apps.
Thanks for any pointers!
Thu, 2011-11-10, 08:07
#2
Re: Recommended setup on OSX?
Certainly not "descent" but "decent" !
Sorry :)
On Nov 10, 2011, at 8:55 AM, Christos KK Loverdos wrote:
--
__~O
-\ <, Christos KK Loverdos
(*)/ (*) http://stepsinscala.com
Sorry :)
On Nov 10, 2011, at 8:55 AM, Christos KK Loverdos wrote:
Hi,
I can speak of what I mainly use and that is IntelliJ and Eclipse. They are at a descent level now (compared to the awesomeness of Java IDEs) and becoming better and better every day. I use them (mostly IntelliJ) almost exclusively for my Scala projects. Both Eclipse and IntelliJ have a ton of plugins for other stuff, so worth exploring the possibilities.
Best
: @loverdos ;
On Nov 9, 2011, at 9:18 PM, Sophie wrote:What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.Thanks for any pointers!
--
__~O
-\ <, Christos KK Loverdos
(*)/ (*) http://stepsinscala.com
--
__~O
-\ <, Christos KK Loverdos
(*)/ (*) http://stepsinscala.com
Thu, 2011-11-10, 09:47
#3
Re: Recommended setup on OSX?
Hi.
In fact, I started to use scala with emacs (on linux). And now I can write code without any IDE (unlike in java:) ), it's just a habbit. Scala is a language, that can be used without any IDE, syntax is not strong, without java's boilerplate. You can look at emacs ensime plugin, it's like 'little IDE' for scala with autocompletion and basic navigation.
2011/11/10 Christos KK Loverdos <loverdos@gmail.com>
In fact, I started to use scala with emacs (on linux). And now I can write code without any IDE (unlike in java:) ), it's just a habbit. Scala is a language, that can be used without any IDE, syntax is not strong, without java's boilerplate. You can look at emacs ensime plugin, it's like 'little IDE' for scala with autocompletion and basic navigation.
2011/11/10 Christos KK Loverdos <loverdos@gmail.com>
Certainly not "descent" but "decent" !
Sorry :)
On Nov 10, 2011, at 8:55 AM, Christos KK Loverdos wrote:Hi,
I can speak of what I mainly use and that is IntelliJ and Eclipse. They are at a descent level now (compared to the awesomeness of Java IDEs) and becoming better and better every day. I use them (mostly IntelliJ) almost exclusively for my Scala projects. Both Eclipse and IntelliJ have a ton of plugins for other stuff, so worth exploring the possibilities.
Best
: @loverdos ;
On Nov 9, 2011, at 9:18 PM, Sophie wrote:What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.
Thanks for any pointers!
--
__~O
-\ <, Christos KK Loverdos
(*)/ (*) http://stepsinscala.com
--
__~O
-\ <, Christos KK Loverdos
(*)/ (*) http://stepsinscala.com
Thu, 2011-11-10, 10:57
#4
Re: Recommended setup on OSX?
I use IntelliJ. If you do, I recommend getting the FSC (fast scala compiler) working in the IDE. The latest plugin makes it easy to do so.
/Raymond
On 9 Nov 2011, at 19:18, Sophie wrote:
> What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?
>
> I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.
>
> Thanks for any pointers!
>
>
Thu, 2011-11-10, 14:27
#5
Re: Recommended setup on OSX?
I'll second (third?) the IntelliJ recommendations. I just helped about
15 developers at my company to organize around IntelliJ -- we even had
an emacs to IntelliJ convert! (He switched mostly due to refactoring and
code browsing support, very useful when learning Scala). Everyone is
enjoying their Scala experience at little more.
ARKBAN
On 11/10/11 4:47 AM, Raymond Barlow wrote:
> I use IntelliJ. If you do, I recommend getting the FSC (fast scala compiler) working in the IDE. The latest plugin makes it easy to do so.
>
> /Raymond
>
> On 9 Nov 2011, at 19:18, Sophie wrote:
>
>> What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?
>>
>> I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.
>>
>> Thanks for any pointers!
>>
>>
Thu, 2011-11-10, 15:27
#6
Re: Recommended setup on OSX?
On Thu, Nov 10, 2011 at 10:41:05AM +0200, Pavel Zalunin wrote:
> In fact, I started to use scala with emacs (on linux). And now I can write
> code without any IDE (unlike in java:) ), it's just a habbit. Scala is a
> language, that can be used without any IDE, syntax is not strong, without
> java's boilerplate.
> You can look at emacs ensime plugin, it's like 'little IDE' for scala with
> autocompletion and basic navigation.
I often use ENSIME with Emacs when writing Scala, but I agree that I
mostly don't need an IDE to get productive work done.
My sense is if you're used to an IDE, then Eclipse, IDEA or ENSIME are
good choices. If not, then any editor you're comfortable with is
probably fine.
Thu, 2011-11-10, 16:07
#7
Re: Recommended setup on OSX?
Raymond
Can you please explain further. By getting FSC working you mean install Scala plugin for Idea? Or are you talking about something else
Sent from my iPhone
On Nov 10, 2011, at 4:47 AM, Raymond Barlow wrote:
> I use IntelliJ. If you do, I recommend getting the FSC (fast scala compiler) working in the IDE. The latest plugin makes it easy to do so.
>
> /Raymond
>
> On 9 Nov 2011, at 19:18, Sophie wrote:
>
>> What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?
>>
>> I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.
>>
>> Thanks for any pointers!
>>
>>
Thu, 2011-11-10, 20:17
#8
Re: Recommended setup on OSX?
Thanks!
So IntelliJ it is, installed the Free Edition to start with ... but
when I create a new (Java module) project I am asked to Please select
JSDK, and there are no options displayed, and (on OSX) the
Configuration dialog cannot even see /usr/bin/javac (/usr is a hidden
directory in OSX).
Any idea what I should do?
Thanks!
On 2011-11-10 07:26:29 -0600, ARKBAN said:
> I'll second (third?) the IntelliJ recommendations. I just helped about
> 15 developers at my company to organize around IntelliJ -- we even had
> an emacs to IntelliJ convert! (He switched mostly due to refactoring
> and code browsing support, very useful when learning Scala). Everyone
> is enjoying their Scala experience at little more.
>
> ARKBAN
>
> On 11/10/11 4:47 AM, Raymond Barlow wrote:
>> I use IntelliJ. If you do, I recommend getting the FSC (fast scala
>> compiler) working in the IDE. The latest plugin makes it easy to do so.
>>
>> /Raymond
>>
>> On 9 Nov 2011, at 19:18, Sophie wrote:
>>
>>> What is a good setup to get started with Scala on OSX (10.6.8)?
>>> Eclipse? Emacs? Textmate?
>>>
>>> I am current a (light) user of Textmate, not done much with any of the
>>> other editors / IDEs, familiar with OO, and somewhat with functional
>>> programming. Will be working on Ajax-y web apps.
>>>
>>> Thanks for any pointers!
Thu, 2011-11-10, 21:07
#9
Re: Re: Recommended setup on OSX?
If you haven't, you should put in scala plugin. All my projects use
sbt, so I just let sbt-idea generate the project for me.
For big projects that requires code navigation, and for reading
completely unknown code, I use IntelliJ, but I continue to use
TextMate for most other quick hacks.
I ported the TextMate [color themes][1] so similar themes can be used
between the editors. IMHO IntelliJ is still ahead of other IDE/editors
in terms of being able to color pattern variables, detecting monkey
patched methods and having link available, finding usage of a
particular method etc without messing with my code.
The only issue is that some of their builds has been unstable (at
least for me). In particular 10.5.2, the current stable, was very bad.
I switched to [11 EAP][2] and it's all good again.
-eugene
[1]: https://github.com/eed3si9n/color-themes
[2]: http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP
On Thu, Nov 10, 2011 at 2:11 PM, Sophie wrote:
> Thanks!
>
> So IntelliJ it is, installed the Free Edition to start with ... but when I
> create a new (Java module) project I am asked to Please select JSDK, and
> there are no options displayed, and (on OSX) the Configuration dialog cannot
> even see /usr/bin/javac (/usr is a hidden directory in OSX).
>
> Any idea what I should do?
>
> Thanks!
>
>
> On 2011-11-10 07:26:29 -0600, ARKBAN said:
>
>> I'll second (third?) the IntelliJ recommendations. I just helped about 15
>> developers at my company to organize around IntelliJ -- we even had an emacs
>> to IntelliJ convert! (He switched mostly due to refactoring and code
>> browsing support, very useful when learning Scala). Everyone is enjoying
>> their Scala experience at little more.
>>
>> ARKBAN
>>
>> On 11/10/11 4:47 AM, Raymond Barlow wrote:
>>>
>>> I use IntelliJ. If you do, I recommend getting the FSC (fast scala
>>> compiler) working in the IDE. The latest plugin makes it easy to do so.
>>>
>>> /Raymond
>>>
>>> On 9 Nov 2011, at 19:18, Sophie wrote:
>>>
>>>> What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse?
>>>> Emacs? Textmate?
>>>>
>>>> I am current a (light) user of Textmate, not done much with any of the
>>>> other editors / IDEs, familiar with OO, and somewhat with functional
>>>> programming. Will be working on Ajax-y web apps.
>>>>
>>>> Thanks for any pointers!
>
>
>
>
Thu, 2011-11-10, 21:27
#10
Re: Recommended setup on OSX?
if you grab the latest early access version of intellij (http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP) you can use the bleeding edge plugin. FSC works out of the box now, just set the option in the scala compiler options.
Give Intellij and Eclipse more memory (1Gb) than their defaults though, scala needs it.
Give Intellij and Eclipse more memory (1Gb) than their defaults though, scala needs it.
Thu, 2011-11-10, 21:37
#11
Re: Re: Recommended setup on OSX?
The path you want is probably:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
(at least, that's what I have in the setup on my Mac)
On Thu, Nov 10, 2011 at 2:11 PM, Sophie wrote:
> Thanks!
>
> So IntelliJ it is, installed the Free Edition to start with ... but when I
> create a new (Java module) project I am asked to Please select JSDK, and
> there are no options displayed, and (on OSX) the Configuration dialog cannot
> even see /usr/bin/javac (/usr is a hidden directory in OSX).
>
> Any idea what I should do?
Fri, 2011-11-11, 01:27
#12
Re: Recommended setup on OSX?
1) install scala plugin
2) go to the scala facet for your module, and select FSC.
The rest should be fairly obvious. If not, please ask as ask I'm typing this from memory, on my iPhone, lying in bed, about to sleep :)
/Raymond
On 10 Nov 2011, at 15:03, Dinesh V wrote:
> Raymond
> Can you please explain further. By getting FSC working you mean install Scala plugin for Idea? Or are you talking about something else
>
> Sent from my iPhone
>
> On Nov 10, 2011, at 4:47 AM, Raymond Barlow wrote:
>
>> I use IntelliJ. If you do, I recommend getting the FSC (fast scala compiler) working in the IDE. The latest plugin makes it easy to do so.
>>
>> /Raymond
>>
>> On 9 Nov 2011, at 19:18, Sophie wrote:
>>
>>> What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?
>>>
>>> I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.
>>>
>>> Thanks for any pointers!
>>>
>>>
Fri, 2011-11-11, 03:57
#13
Re: Recommended setup on OSX?
On 2011-11-10 14:21:22 -0600, Channing said:
>
> if you grab the latest early access version of intellij
> (http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP) you can use
> the bleeding edge plugin.
Where do I find the "bleeding edge" plugin?
Fri, 2011-11-11, 04:17
#14
Re: Re: Recommended setup on OSX?
http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+...
On Thu, Nov 10, 2011 at 9:48 PM, Sophie wrote:
>
> On 2011-11-10 14:21:22 -0600, Channing said:
>
>>
>> if you grab the latest early access version of intellij
>> (http://confluence.jetbrains.net/display/IDEADEV/IDEA+11+EAP) you can use
>> the bleeding edge plugin.
>
> Where do I find the "bleeding edge" plugin?
Hi,
I can speak of what I mainly use and that is IntelliJ and Eclipse. They are at a descent level now (compared to the awesomeness of Java IDEs) and becoming better and better every day. I use them (mostly IntelliJ) almost exclusively for my Scala projects. Both Eclipse and IntelliJ have a ton of plugins for other stuff, so worth exploring the possibilities.
Best
: @loverdos ;
On Nov 9, 2011, at 9:18 PM, Sophie wrote:
> What is a good setup to get started with Scala on OSX (10.6.8)? Eclipse? Emacs? Textmate?
>
> I am current a (light) user of Textmate, not done much with any of the other editors / IDEs, familiar with OO, and somewhat with functional programming. Will be working on Ajax-y web apps.
>
> Thanks for any pointers!
>
>