<krig[m]>
SeanTAllen (IRC): Oh yeah, didn’t mean to say you’re the only one. Sorry about that :)
sarna has quit [Quit: Connection closed for inactivity]
Diviana has joined #ponylang
Diviana has left #ponylang [#ponylang]
mahmudov has quit [Remote host closed the connection]
mahmudov has joined #ponylang
jemc has joined #ponylang
jemc has quit [Ping timeout: 256 seconds]
dougmacdoug has joined #ponylang
khan_ has joined #ponylang
khan has quit [Ping timeout: 248 seconds]
khan_ is now known as khan
jemc has joined #ponylang
mahmudov has quit [Ping timeout: 256 seconds]
jemc has quit [Ping timeout: 256 seconds]
dougmacdoug has quit [Quit: Page closed]
gokr has joined #ponylang
codec1 has joined #ponylang
vaninwagen has joined #ponylang
khan has quit [Quit: khan]
codec1 has quit [Quit: Leaving.]
inoas has joined #ponylang
mahmudov has joined #ponylang
codec1 has joined #ponylang
inoas has quit [Quit: inoas]
_andre has joined #ponylang
sarna has joined #ponylang
<sarna>
just watched the talk, it was great! thank you krig :)
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
codec2 has joined #ponylang
endformationage has joined #ponylang
mahtob has joined #ponylang
mahmudov has quit [Ping timeout: 256 seconds]
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
codec2 has quit [Read error: Connection reset by peer]
inoas has joined #ponylang
rirc_187A is now known as dave26
gokr has quit [Ping timeout: 246 seconds]
pinnaclejobs has joined #ponylang
<pinnaclejobs>
If anyone is looking for a job, we are building a distributed system for interoperability in the British National Health Service(NHS).
<pinnaclejobs>
We will build the thing from scratch using technologies and concepts like CBOR, Lua, Pony, Elm, Capability based Security and
<pinnaclejobs>
eventual consistency by composing stand-alone services from across the NHS and private healthcare organisations(mostly our own at first).
<pinnaclejobs>
You will take part in designing the system as well.
<pinnaclejobs>
Positions are permanent with a salary somewhere around 30 to 60k depending on relevant skills and knowledge.
<pinnaclejobs>
You would need to come to the Isle Of Wight, UK. You can send questions, a CV or something resembling one to jobs@phpartnership.com
<pinnaclejobs>
(End of PSA)
vaninwagen has quit [Ping timeout: 256 seconds]
<SeanTAllen>
pinnaclejobs: we have a weekly "what is going on with Pony" blog post/newsletter that happens weekly, i'd suggest adding this info to the issue for next week's as well... https://github.com/ponylang/ponylang.github.io/issues/241
<pinnaclejobs>
SeanTAllen: interesting, I'll have a look at that as well.
<SeanTAllen>
pinnaclejobs: it generally gets more eyeballs than IRC. there's a new issue on that repository created every week for items to be included. feel free to add anything you think is of interest to the Pony community at any time.
mahtob has quit [Remote host closed the connection]
gokr has joined #ponylang
mahmudov has joined #ponylang
jemc has joined #ponylang
dougmacdoug has joined #ponylang
sjaustirni has joined #ponylang
psb has joined #ponylang
psb has quit [Client Quit]
jemc has quit [Ping timeout: 264 seconds]
jemc has joined #ponylang
Amun_Ra has quit [Ping timeout: 276 seconds]
Amun_Ra has joined #ponylang
inoas has quit [Quit: inoas]
codec2 has joined #ponylang
inoas has joined #ponylang
pinnaclejobs has quit [Killed (Sigyn (Spam is off topic on freenode.))]
dave26 has quit [K-Lined]
gokr has quit [Ping timeout: 256 seconds]
inoas has quit [Ping timeout: 268 seconds]
sarna has quit [Quit: Connection closed for inactivity]
codec1 has quit [Read error: Connection reset by peer]
user10032 has joined #ponylang
endformationage has quit [Read error: Connection reset by peer]
gokr has joined #ponylang
endformationage has joined #ponylang
TheNet has joined #ponylang
TheNet has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jemc has quit [Ping timeout: 256 seconds]
jemc has joined #ponylang
<dougmacdoug>
opinion question: is there any reason to use case functions.. i've had a few instances where i tried and the code just wound up looking and feeling better as conditionals.. my cases were always fully covered, so i guess the one time you might use them is if you already expect to possibly return None
<jemc>
dougmacdoug: there's general agreement that case functions are not really useful at the moment - almost always, using an explicit `match` statement or other conditionals is acceptable or desirable in comparison - there is an RFC to remove them from the language until we can implement them in a more useful way: https://github.com/ponylang/rfcs/pull/118
<jemc>
that will probably get approved this week to move forward
<dougmacdoug>
well i'm still only taking it as anecdotal evidence that i'm not crazy
<dougmacdoug>
j/k thanks.
_andre has quit [Quit: leaving]
khan has quit [Quit: khan]
<SeanTAllen>
dougmacdoug: i think there is a clean-ness that case functions bring that is very nice
<SeanTAllen>
additionally, you could add a new case functions without changing the API for a method
<SeanTAllen>
in theory at least
<SeanTAllen>
but for current case functions, its a mess
<SeanTAllen>
and needs a better implementation
<SeanTAllen>
i look forward to a better implementation
sjaustirni has quit [Ping timeout: 264 seconds]
samadadi has joined #ponylang
<samadadi>
Why there is no compiler installer for pony language like other programming language? I like pony but why should i do a ton of work to get a working compiler?
<jemc>
samadadi: some platforms have precompiled binaries, packages, or other streamlined ways of installing the latest stable release of pony
<jemc>
what is your platform?
sarna has joined #ponylang
<samadadi>
windows 10 amd64
<SeanTAllen>
how are you installing samadadi?
<samadadi>
In windows pony requires some prerequisites that i can't download because of my slow internet speed and i am sad about it. that's why i asked you if there is way i can download finished compiler.
<SeanTAllen>
sorry about that, those are requirements for using pony (as compared to programs that are compiled with Pony). we can't ship Pony with Microsoft's compiler tools. The pony tools themselves are updated in a zip file in bintray on each release but we can't ship with Microsoft's tools and that wouldn't help you anyway as the download would be just as large as what you are facing now.
<samadadi>
ok thank you so much for your response.
samadadi has left #ponylang [#ponylang]
TheNet has joined #ponylang
<sarna>
SeanTAllen: hey, I need some help with the cli package. do you have a moment to spare?
<sarna>
shucks, I've been to eager to ping you. the documentation is great, I just can't read '^ ^
<sarna>
s/to/too
codec2 has quit [Read error: Connection reset by peer]
<SeanTAllen>
sarna: ive never used the cli package so i probably can't be any help
<SeanTAllen>
did you figure it out sarna ?
<sarna>
SeanTAllen: yep, I was confused for a sec but I figured it out :)
<sarna>
we're building this cargo thing but for pony :D
<sarna>
and I'm excited
<SeanTAllen>
sorry to not answer anything on that yet. busy day and now quite tired.
<SeanTAllen>
i will get back to you soon
<sarna>
it's alright, take your time
<SeanTAllen>
and feel free to start playing around with ideas without me
user10032 has quit [Quit: Leaving]
<sarna>
yeah, I'm playing with the cli package atm
<sarna>
at the very moment, I'm wrestling with type errors :^)