524247

julia> s= symbol(randstring(524247));

julia> s= symbol(randstring(524248));
ERROR: ArgumentError: Symbol length exceeds maximum length
 in symbol(::ASCIIString) at ./expr.jl:8
 in eval(::Module, ::Any) at ./boot.jl:243

On Sat, 2016-04-09 at 10:52, [email protected] wrote:
> Hello,
>
> Is there a maximum length for variable names in Julia?
> I searched for that in the docummentation
> <http://docs.julialang.org/en/release-0.4/manual/variables/> and here in
> the group, but I didn't find an answer.
>
> Thanks

Reply via email to