Re: [julia-users] Re: Can I somehow get Julia without standard library?

2016-06-14 Thread Dmitry
I want to change the behaviour and implementation of some language features. In other words, I need my own little standard library that most accurately meets my needs. Of course I can use high level wrappers around the existing library functions, but this will cause a significant negative

[julia-users] Re: Can I somehow get Julia without standard library?

2016-06-14 Thread Dmitry
пользователь Dmitry написал: > > I tried to remove ".jl" library files from Julia installation directory, > but it did not help. Then I tried to remove "libjulia.dll" but it does not > want to run without this file. >

Re: [julia-users] Re: Can I somehow get Julia without standard library?

2016-06-14 Thread Dmitry
of a tricky > process. > > On Mon, Jun 6, 2016 at 12:43 PM, Avik Sengupta <avik.s...@gmail.com > > wrote: > >> Julia is pretty useless without its standard library. >> >> On Monday, 6 June 2016 14:42:02 UTC+1, Dmitry wrote: >>> >>> I

[julia-users] Can I somehow get Julia without standard library?

2016-06-06 Thread Dmitry
I tried to remove ".jl" library files from Julia installation directory, but it did not help. Then I tried to remove "libjulia.dll" but it does not want to run without this file.

Re: [julia-users] Re: Too many packages?

2015-07-14 Thread Dmitry Vyal
for production-ready packages could be established and packages meet it should be clearly marked as such. There are communities developing thousands of interrelated packages (like drupal.org) which manage to tackle the issue using variation of techniques I mentioned. --Dmitry On 12.07.2015

[julia-users] ANN: Bindings to KyotoCabinet (key value storage)

2014-08-30 Thread Dmitry Semyonov
pretty new in Julia world, so if you have comments, code style/performance/design suggestions - I'd love to hear them. Cheers, Dmitry