On Tue, Nov 16, 2010 at 4:14 PM, Eric Christopherson <
[email protected]> wrote:
> On Mon, Nov 15, 2010 at 3:50 PM, Ryan Davis
> wrote:
> > First off, I hate this style of coding. If you didn't assign in a
> conditional you'd avoid all of this crap to begin with. Assigning in
> conditiona
Hi Corey,
I could be wrong - I'm pretty new to MacRuby myself - but my understanding
is that MacRuby is an only an interpreter, equivalent to other Ruby
implementations. To get a fully-compiled Mac binary, you still need to use
a compiler like XCode to generate a .app file.
Jeff
On Sun, Oct 17,
n.rb file:
> http://github.com/mattetti/macruby-examples/blob/fe06617645c8809183fb15bca025016937e1c84b/download/lib/application.rb#L5
>
> - Matt
>
> 2009/3/16 Jeff Cohen
>
> Hi Laurant,
>>
>> Thanks a lot for your reply. And perhaps I misspoke somewhat - I'm not
patch. :-)
Thanks again!
Jeff
On Mon, Mar 16, 2009 at 1:02 PM, Laurent Sansonetti
wrote:
> Hi Jeff,
>
> (Sorry for the late reply.)
>
>
> On Mar 14, 2009, at 9:09 PM, Jeff Cohen wrote:
>
> Hello,
>>
>> I'm just getting started with MacRuby and Ho
Hello,
I'm just getting started with MacRuby and HotCocoa (was a longtime .NET
developer, and wasn't interested in learning Cocoa until MacRuby came
along). I have a simple HotCocoa app with just a table view, and I'd like
the user to be able to drop a filename from the Finder onto the table view
Great news!
Any chance of an updated HotCocoa tutorial or "getting started" guide (other
than what's been on the wiki)?
Thanks,
Jeff
On Mon, Mar 9, 2009 at 1:52 AM, Laurent Sansonetti <
[email protected]> wrote:
> Hi,
>
> After several months of development and some slight delays, Ma