jemc changed the topic of #ponylang to: Welcome! Please check out our Code of Conduct => https://github.com/ponylang/ponyc/blob/master/CODE_OF_CONDUCT.md | Public IRC logs are available => http://irclog.whitequark.org/ponylang | Please consider participating in our mailing lists => https://pony.groups.io/g/pony
<slfritchie> Welcome, zetashift. I've not tried the Windows version of the compiler & runtime, sorry. If you're already a bit familiar with Docker and sharing a bit of the host's file system inside of the Docker container and also using the Linux bits inside of the container, then trying the Docker route should be comfortable. Except the new-language-learning parts.
<zetashift> I'm coming from a hobbyist Elixir, Nim(did Rust too but I didn't like it) background, so I think learning Pony will be fun. I usually have trouble putting the program I have in my head in code.
<zetashift> I have no experience with Docker. Guess I'll try it out
<slfritchie> I'm a long-time Erlang user & occasional BEAM runtime hacker. Adjusting to Pony style actors is both easy and very different from Erlang & Elixir.
jemc has quit [Read error: Connection reset by peer]
<zetashift> That sounds intimidating
<zetashift> But the challenge makes it fun eh?
<slfritchie> Yes.
zetashift has quit [Read error: Connection reset by peer]
zetashift has joined #ponylang
jemc has joined #ponylang
lalomartins[m] has quit [Remote host closed the connection]
<zetashift> aaannddd my hello world works. I used the bintray latest release, cause Docker crashed on me(probably cause I have Go installed, I got a GOPATH error)
<jemc> glad to hear bintray worked for you
<jemc> and welcome!
<jemc> please feel free to ask around here if you run into other trouble - we're not always fast at answering, but we try to be friendly and helpful :)
<zetashift> yea no biggy I make stupid mistakes anyway which solves if I just look at it better
ehooper[m] has joined #ponylang
<SeanTAllen> welcome zetashift !
<zetashift> heya Sean, how's it going?
<SeanTAllen> is it friday yet?
<SeanTAllen> that's about how i'm feeling at the moment.
<zetashift> Haha, always think happy thoughts
<jemc> same here... definitely felt like today should have been a friday
<zetashift> well it's friday where I am
<SeanTAllen> lucky lucky
<SeanTAllen> australia?
<SeanTAllen> i woke up and thought it was Friday.
<zetashift> well no 2 AM in the Netherlands ha
<SeanTAllen> ah
<SeanTAllen> jtfmumm is also in the netherlands
<zetashift> a lot of people are asleep now but I took waayy to much coffee 'accidently' while doing uni stuff so I got time
mindB has joined #ponylang
Miikka[m] has joined #ponylang
srenatus has joined #ponylang
irx[m] has joined #ponylang
dtz has joined #ponylang
ada[m] has joined #ponylang
M-hrjet has joined #ponylang
lalomartins[m] has joined #ponylang
<jemc> up late learning a new programming language - definitely matches my idea of good time :)
<zetashift> As I'm not a programmer by day, I enjoy it
<jemc> well, I'm a programmer by day, but I don't get to have as much fun in my day job as I get to have in my midnight open source quixotic journeys
<zetashift> Man I've seen some open-source comments/"suggestions" that were just brutal to the makers of the project. But it's always a small percentage
<SeanTAllen> We try to keep it nice and positive in the Pony community
<zetashift> Yeah, I really liked how the site was structured and worded(benefits and faults). I like that
<zetashift> What I don't like is spacemacs throwing an error at me while I'm trying to install ponylang layer
<SeanTAllen> in theory i maintain the spacemacs layer
<SeanTAllen> but... its been quite a while since i used it
<SeanTAllen> ive been using sublime for the most part lately
<SeanTAllen> i will happily accept PRs to improve any of the emacs related stuff i maintain
<zetashift> I'll see if I can fix this not sure if it's the layer
<SeanTAllen> i love(d) spacemacs but it was always rather flakey
jemc has quit [Ping timeout: 276 seconds]
<zetashift> I love the keybindings, unfortunately I couldn't recreate them in VSCode.
<zetashift> @SeanTAllen : removing everything pony-snippets related worked
<zetashift> so this is my current packages.el: https://pastebin.com/fngw5xEF
<SeanTAllen> interesting.
<SeanTAllen> i wonder if the snippets package is broken temporarily or what.
<SeanTAllen> definitely dont have time to investigate now.
<zetashift> I won't be using snippets anyway probably. No biggy
zetashift has quit [Ping timeout: 240 seconds]
SenasOzys has quit [Remote host closed the connection]
j14159 has quit [Read error: Connection reset by peer]
j14159 has joined #ponylang
cquinn has quit [Read error: Connection reset by peer]
jtfmumm has quit [Read error: Connection reset by peer]
bbhoss has quit [Read error: Connection reset by peer]
cquinn has joined #ponylang
jtfmumm has joined #ponylang
bbhoss has joined #ponylang
irx[m] has quit [Ping timeout: 250 seconds]
dtz has quit [Ping timeout: 240 seconds]
ehooper[m] has quit [Ping timeout: 252 seconds]
lalomartins[m] has quit [Ping timeout: 255 seconds]
M-hrjet has quit [Ping timeout: 240 seconds]
Miikka[m] has quit [Ping timeout: 250 seconds]
mindB has quit [Ping timeout: 255 seconds]
ada[m] has quit [Ping timeout: 264 seconds]
srenatus has quit [Ping timeout: 264 seconds]
vaninwagen has joined #ponylang
codec2 has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
SenasOzys has joined #ponylang
mollymorphic has quit [Ping timeout: 240 seconds]
mollymorphic has joined #ponylang
samuell has joined #ponylang
ehooper[m] has joined #ponylang
inoas has joined #ponylang
Miikka[m] has joined #ponylang
irx[m] has joined #ponylang
dtz has joined #ponylang
srenatus has joined #ponylang
mindB has joined #ponylang
ada[m] has joined #ponylang
M-hrjet has joined #ponylang
lalomartins[m] has joined #ponylang
codec1 has joined #ponylang
codec2 has quit [Quit: Leaving.]
dipin has quit [Quit: dipin]
_andre has joined #ponylang
inoas has quit [Quit: inoas]
codec2 has joined #ponylang
dipin has joined #ponylang
alxs has joined #ponylang
zetashift has joined #ponylang
<codec2> Hi
<codec2> In the last pony entry, there was a link to this diagram that sum up the reference capbilites subtyping : https://johanneshoff.com/pony-subtypes/pony%20subtypes.svg
<codec2> What do you think of putting a link in the tutorial, because it basically sum this whole page: https://tutorial.ponylang.org/capabilities/capability-subtyping.html
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
<vaninwagen> codec2, good point. Even better would be to host it ourselves so we can make sure it stays there. But we should ask beforehand
<codec2> sure
<codec2> the CC-BY on the diagram CC-BY diagram allows us to do that
<codec2> but we probably give a thanks for the person that dit it anyway
<vaninwagen> ah ok, if it is fine license-wise, lets craft up a PR for the tutorial :)\
alxs has joined #ponylang
<codec2> acutally the CC-BY license force you to put a link to the license, but it can be embedded in the tutorial and even modified it there is a need for it
vaninwagen has quit [Ping timeout: 276 seconds]
Praetonus has joined #ponylang
codec2 has quit [Read error: Connection reset by peer]
nisanharamati has joined #ponylang
samuell has quit [Quit: Leaving]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
endformationage has joined #ponylang
samuell has joined #ponylang
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
vaninwagen has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Bye y'all!]
jemc has joined #ponylang
SenasOzys has quit [Read error: Connection reset by peer]
SenasOzys has joined #ponylang
_andre has quit [Quit: leaving]
vaninwagen has quit [Quit: Ex-Chat]
vaninwagen has joined #ponylang
Praetonus has quit [Quit: Leaving]
vaninwagen has quit [Ping timeout: 246 seconds]
jemc has quit [Ping timeout: 248 seconds]
jemc has joined #ponylang
SenasOzys has quit [Remote host closed the connection]
SenasOzys has joined #ponylang
user10032 has joined #ponylang
nisanharamati has quit [Quit: Connection closed for inactivity]