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
jemc has joined #ponylang
jemc has quit [Ping timeout: 272 seconds]
TwoNotes has joined #ponylang
TwoNotes has quit [Client Quit]
mrkishi has quit [Remote host closed the connection]
Perelandric has quit [Ping timeout: 250 seconds]
jemc has joined #ponylang
Candle has quit [*.net *.split]
TheMue has quit [*.net *.split]
srm` has quit [*.net *.split]
kushalp has quit [*.net *.split]
gornikm has quit [*.net *.split]
c355e3b has quit [*.net *.split]
adamkittelson has quit [*.net *.split]
bodie_ has quit [*.net *.split]
jtfmumm has quit [*.net *.split]
strmpnk has quit [*.net *.split]
kajstrom_ has quit [*.net *.split]
omarkj has quit [*.net *.split]
bbhoss has quit [*.net *.split]
graaff has joined #ponylang
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
amclain has quit [Quit: Leaving]
copy` has quit [Quit: Connection closed for inactivity]
Candle has joined #ponylang
srm` has joined #ponylang
TheMue has joined #ponylang
mankyKitty has joined #ponylang
kushalp has joined #ponylang
gornikm has joined #ponylang
adamkittelson has joined #ponylang
c355e3b has joined #ponylang
bodie_ has joined #ponylang
strmpnk has joined #ponylang
jtfmumm has joined #ponylang
kajstrom_ has joined #ponylang
omarkj has joined #ponylang
bbhoss has joined #ponylang
tm-exa has joined #ponylang
emancu has joined #ponylang
emancu has quit [Client Quit]
Perelandric has joined #ponylang
tm-exa has quit [Quit: Computer has gone to sleep]
tm-exa has joined #ponylang
trapped has joined #ponylang
TwoNotes has joined #ponylang
montanonic has joined #ponylang
<montanonic> I found out about pony 1 hour ago (have been binge-researching concurrency-oriented languages) and just finished watching https://www.youtube.com/watch?v=0UkTnsXlZsc, but it's 5:20 AM and I have to sleep. Utterly tortuous. Having spent a good chunk of time with Haskell, and more recently jumping around exploring Elixir/Erlang (primarily), Rust, Clojure, and Go, Pony seems to be some fascinating synthesis of these things (+Haskel
<montanonic> l) and more. Super excited to learn more tomorrow.
montanonic has quit [Ping timeout: 276 seconds]
trapped has quit [Read error: Connection reset by peer]
nyarumes has quit [Ping timeout: 252 seconds]
nyarum has joined #ponylang
tm-exa has quit [Quit: Computer has gone to sleep]
jemc has joined #ponylang
tm-exa has joined #ponylang
tm-exa has quit [Quit: Computer has gone to sleep]
Matthias247 has joined #ponylang
TwoNotes has quit [Quit: Leaving.]
mrkishi has joined #ponylang
amclain has joined #ponylang
jemc has quit [Ping timeout: 258 seconds]
trapped has joined #ponylang
tm-exa has joined #ponylang
copy` has joined #ponylang
trapped has quit [Ping timeout: 258 seconds]
graaff has quit [Quit: Leaving]
tm-exa has quit [Quit: Computer has gone to sleep]
tm-exa has joined #ponylang
montanonic has joined #ponylang
Matthias247 has quit [Ping timeout: 260 seconds]
tm-exa has quit [Quit: Computer has gone to sleep]
<doublec> montanonic: great! Have fun kicking the tires.
<montanonic> thanks! :)
jemc has joined #ponylang
<SeanTAllen> montanonic: more links that might help https://pony.groups.io/g/user/wiki/Planet-Pony
<montanonic> SeanTAllen: I'm going through the tutorial right this moment. Just got pony installed (I think). Thank you for the links!! :)
<SeanTAllen> We have plenty of sharp pointy edges. Ask away w questions here and on the mailing list
<montanonic> Sounds great, thank you.
<montanonic> I will
<montanonic> I installed with Docker (never used Docker before), and the command I tried to compile the helloworld example doesn't appear to be working. Here's the command and the error message: http://lpaste.net/7623781234908332032
<montanonic> Not sure if I'm supposed to be running that within the helloworld directory, or within the parent directory. I did the latter for that. Just tried again within the helloworld directory, and get the following: http://lpaste.net/1326788944754376704
montanonic has quit [Ping timeout: 246 seconds]
montanonic has joined #ponylang
<montanonic> For anyone who is using docker here, can you try compiling the helloworld example and pasting the correct command to use to get it to work? I'm still struggling to figure it out, and the docker commands from the tutorial don't seem to do the right thing.
<montanonic> s/work/compile
<Perelandric> montanonic: Hi, I don't use docker, but I notice in your first image that your path has a trailing '/'
<Perelandric> ...but the tutorial example doesn't
<Perelandric> ...I wonder if that could be the invalid character it complains about.
<montanonic> ah, you're right about that, but without the trailing slash I'm getting the error from the second paste
<montanonic> "no source files in package '.'"
<Perelandric> oh yes, I should have looked at that first
<montanonic> no worries; it's a different command in that one entirely, but both that and the command "sudo docker run -v helloworld:/src/main ponylang/ponyc" lead to the exact same result/error
<Perelandric> I'm curious about it, so I may give it a try in a VM in a little bit.
<mrkishi> Last time I tried, it was working fine, but that was a couple of weeks ago. Let me update my docker instance.
<montanonic> It's most plausible that I screwed up my docker install and/or just generally don't know what I'm doing :)
<montanonic> Perelandric: thank you :) take your time, I'm just reading through the tutorial, so of course no rush
<mrkishi> Hey, montanonic, my docker is still updating but I just realized you used "-v helloworld". Last time I used it, -v needed a full path.
<montanonic> mrkishi: let me try a full path then; tab autocomplete is what got me to the examples I showed, so I just figured they would be correct
<montanonic> aaannndd yep, that works, hah
<montanonic> mrkishi: thank you :)
<mrkishi> No problem ;)
<mrkishi> I remember being confused by that as well
<montanonic> if I press tab on the path, it turns it back into `sudo docker run -v helloworld/:/src/main ponylang/ponyc`
<montanonic> which is unfortunate
<mrkishi> Apparently it's been closed as "not possible" https://github.com/docker/docker/issues/15526
<montanonic> interesting
<montanonic> I'm going to go ahead and add a bit to that section and open a PR: https://github.com/ponylang/pony-tutorial/blob/master/getting-started/installation.md
<montanonic> I'm assuming that other people are like me and would be unfamiliar with Docker
<mrkishi> :1+:
<mrkishi> Ironically enough, I can't run it via docker on my windows box now.. Hahaha.
<mrkishi> Getting the "no source files" error. Works fine via Bash on Windows though.