Thread overview
D community in Sweden/Stockholm?
Feb 27, 2013
Samuel Lampa
Feb 27, 2013
Jacob Carlborg
Feb 28, 2013
Samuel Lampa
February 27, 2013
Hi,

I was just wondering how the D community in Sweden looks? If nothing else, maybe the Swedes here could introduce yourself with a line (locationand what you do with D)?

... but also if there's any group meeting up for meetups/hackathonsetc?

Background is that I was enviously looking at the Go Stockholm Meetup group [1] and was thinking whether there would be enough people to get a D group together.

Mvh
// Samuel

[1] http://www.meetup.com/Go-Stockholm/

-- 
Developer at SNIC-UPPMAX www.uppmax.uu.se
Developer at Dept of Pharm Biosciences www.farmbio.uu.se

February 27, 2013
On 2013-02-27 11:14, Samuel Lampa wrote:
> Hi,
>
> I was just wondering how the D community in Sweden looks? If nothing
> else, maybe the Swedes here could introduce yourself with a line
> (locationand what you do with D)?
>
> ... but also if there's any group meeting up for meetups/hackathonsetc?
>
> Background is that I was enviously looking at the Go Stockholm Meetup
> group [1] and was thinking whether there would be enough people to get a
> D group together.

I live in Stockholm. What I do with D is:

* Orange - https://github.com/jacob-carlborg/orange
* DStep - https://github.com/jacob-carlborg/dstep
* DVM - https://github.com/jacob-carlborg/dvm
* Orbit - https://github.com/jacob-carlborg/orbit/wiki/Orbit-Package-Manager-for-D
* DWT - https://github.com/d-widget-toolkit/dwt
* Helping out with other projects as well from time to time

-- 
/Jacob Carlborg
February 28, 2013
On 02/27/2013 08:29 PM, Jacob Carlborg wrote:
> I live in Stockholm. What I do with D is:
>
> * Orange - https://github.com/jacob-carlborg/orange
> * DStep - https://github.com/jacob-carlborg/dstep
> * DVM - https://github.com/jacob-carlborg/dvm
> * Orbit - https://github.com/jacob-carlborg/orbit/wiki/Orbit-Package-Manager-for-D
> * DWT - https://github.com/d-widget-toolkit/dwt
> * Helping out with other projects as well from time to time

Thanks, cool!

(Feel free to join the meetup group as well, if interested!:
http://www.meetup.com/D-Coders-Stockholm/  )

Btw, seem to have forget to introduce myself, although there's not much to say.

Coding stuff at Uppsala Uni (UPPMAX and Farm. biosciences dept). Mostly Python and Java, but see the need for a high performance language for things like heavy text processing, that is quick enough to develop in, but faster than python (and better for multicore).

Trying to learn D through a very hackish hobbyproject:
https://github.com/samuell/drawler

// Samuel