arvyy
arvyy
I'm skeptical about the need for it to be honest. On a usecase of something like ML, I'd probably be exploring implementing computationally heavy stuff (using mature libs) on C++...
> But even that is not that much longer in the current syntax My main draw for pattern matching is readability; ime pattern matched code isn't often that much shorter...
This bug seems to consistently reproduce on windows on abrupt shutdown (due to power outage)
https://github.com/arvyy/r7rs-work/tree/master/UrisCowan
I have a /currentUser endpoint that I want to work regardless if user is logged in or not (in latter case it'd return null). On frontend I create a timer...
Doesn't seem like a robust solution. SessionInformationExpiredStrategy shouldn't be tight coupled to specific endpoint's concerns, especially since there can be more than one permitAll endpoint in an application (albeit the...
I see, I thought you were commenting about my specific example solution. > return 401 since the user has provided some credentials (session id) but that session is not valid...
Sorry for dropping the ball; I was busy at the time, and managed to forget about it later on when I was free. Let me know if you need me
I'd argue eg. option / either / list monads are useful regardless of language's ability to have direct mutability or side effects. FWIW, I barely know haskell; my inspiration for...