http://docs.julialang.org/en/latest/stdlib/base/


On Fri, May 2, 2014 at 5:41 PM, Nafiul Islam <gamesbrain...@gmail.com>wrote:

> Ahh much appreciated. My initial assumption was wrong it seems or perhaps
> I was overthinking it.
>
> Just out of curiosity, what *is* included in the stdlib?
>
>
> On Saturday, May 3, 2014 3:34:45 AM UTC+6, Jacob Quinn wrote:
>
>> Check out the chapter about packages: http://docs.
>> julialang.org/en/latest/manual/packages/
>>
>> You need to install the package first.
>>
>> Pkg.add("Iterators")
>>
>>
>> On Fri, May 2, 2014 at 5:34 PM, John Myles White <johnmyl...@gmail.com>wrote:
>>
>>> Iterators isn't in Base. You need to install it through the package
>>> system.
>>>
>>>  -- John
>>>
>>> On May 2, 2014, at 2:32 PM, Nafiul Islam <gamesb...@gmail.com> wrote:
>>>
>>> Trying to go over some questions on Project Euler, and I see that this
>>> package <https://github.com/JuliaLang/Iterators.jl> would be very
>>> handy. I might be wrong, but it seems as though it is in the standard
>>> library, since its under Julialang/Iterators.jl.
>>>
>>> My (failed) attempts so far:
>>>
>>> *julia> using Iterators*
>>> *ERROR: Iterators not found*
>>> * in require at loading.jl:39*
>>>
>>> *julia> require Iterators*
>>> *ERROR: syntax: extra token "Iterators" after end of expression*
>>>
>>>  *julia> import Iterators*
>>> *ERROR: Iterators not found*
>>> * in require at loading.jl:39*
>>>
>>> I realize that this might be a really stupid question but its better to
>>> be told so then waste a ton of time trying to figure things out through
>>> crude means. What am I doing wrong here? Also, is there a difference in how
>>> you import things, since there are three different keywords that you can
>>> potentially use to get stuff into your current program.
>>>
>>>
>>>
>>

Reply via email to