[julia-users] Re: Redefinition of type problem in IJulia an REPL

2014-12-05 Thread Greg Trzeciak
wrote: > > You didn't export Foo from the module. > > Cheers > Lex > > On Saturday, December 6, 2014 3:23:26 AM UTC+10, Greg Trzeciak wrote: >> >> While developing in IJulia notebook (and REPL) if I need to redefine a >> type I am informed o

[julia-users] Redefinition of type problem in IJulia an REPL

2014-12-05 Thread Greg Trzeciak
While developing in IJulia notebook (and REPL) if I need to redefine a type I am informed of "invalid redefinition of constant". According to http://julia.readthedocs.org/en/latest/manual/faq/ the types in module Main cannot be redefined and as a workaround it suggests wrapping the code inside

[julia-users] Re: Lua Jit out performed Julia for my stock prediction engine use case

2014-12-01 Thread Greg Trzeciak
My take on this is maturity: Lua is in version 5.3 (beta); Lua JIT version 2.0 vs Julia 0.3 (0.4 in dev) And as evidenced by the use of eg. @inbounds and @simd it still has a room for improvement (which is overall positive). This applies even more so to extra packages like DataFrames. Neverthe

[julia-users] Re: [ANN,X-post julia-stats] Mocha.jl v0.0.3, Image Classification IJulia Notebook Demo

2014-11-28 Thread Greg Trzeciak
Great, thank you for the IJulia notebook demo - there is no better way of teaching new stuff than by presenting working sample application! On Friday, November 28, 2014 4:42:47 PM UTC+1, Chiyuan Zhang wrote: > > Hi all, > > Mocha.jl is a Deep Learning > fram

[julia-users] Re: [Offtopic:] Why you did choose the name "Julia"?

2014-11-28 Thread Greg Trzeciak
You could always go one step further and assume it was called after Gaston Julia ;) On Friday, November 28, 2014 1:29:56 PM UTC+1, Daniel Carrera wrote: > > I always assumed that it is named after the Julia set. > > On Wednesday, 26 November 2014 15:19:04 UTC+1, Neal Becker wrote: >> >> All the

Re: [julia-users] Translating Class-Based OO Apps to Julia

2014-11-10 Thread Greg Trzeciak
On Thursday, January 17, 2013 2:56:52 AM UTC+1, Stefan Karpinski wrote: > > ... This definitely should go in an object-oriented programming in Julia > document. > Does a document like this exist? It would definitely be useful.

[julia-users] Re: Kudos on Julia 0.3

2014-10-05 Thread Greg Trzeciak
On Sunday, October 5, 2014 9:28:57 AM UTC+2, Daniel Carrera wrote: > > ... though at first I had trouble figuring out where the link to the Julia > packages had gone. Now I found it. You might want to put that link on the > main menu bar... just saying... > I second that, the first link I fou

[julia-users] Re: Calling Julia from .NET

2014-10-04 Thread Greg Trzeciak
If performance is not an issue you could use WebSockets and eval(). It's my first day here and using Julia so don't take it as recommendation - more like an option to explore. On Friday, September 26, 2014 11:55:55 AM UTC+2, Guido De Bouver wrote: > > dear Julia users, > > I would need to call