Zack Radisic

Results 37 comments of Zack Radisic

You are exactly right. I suggest we use `FAIR DINKUM!` and have that and `BONZA` as alternates for the `true` boolean. Alternatively I was considering using them as the success...

@howsitcohendevelopment thanks m8! Couldn't have done it without the amazing and hilarious ideas you guys came up with. Totally forgot about WHATYARECKON AAHSHELLBERIGHT . I think that's preferable over the...

@jwfxpr great ideas, I really like the concept of having errors as values which is what Go and Rust do. Then we can also pattern match on errors: ```go IMPORT...

The Vercel build step will copy the docs from the root dir for the site (see [here](https://github.com/zackradisic/aussieplusplus/blob/master/site/package.json#L7)), but you're right in that we definitely need to automate populating examples from...

+1 for thingamajig 😂, we kind of have to decide how we want to implement objects. Do we want them like JavaScript objects / Python dictionaries? Or do we want...

@jwfxpr Hahaha this is awesome, definitely want to make this happen. There's only one concern I have, and it's that it introduces some ambiguity. Consider a function that accepts two...

I like the second option because it seems cleaner, but there is something to be said about how ridiculous the first looks with all the commas and exclamation points 😂...

@bbrk24 haha nice catch, hopefully this will be resolved when we move to this new syntax. As for @jwfxpr's latest comment about ambiguities, we should just say that a boolean...

Just added the new syntax, it supports any sequence of `YEAH`s and `NAH`s ending with an `!` and separated by whitespace, `,` or `\n`. Love your other ideas, and if...

I think I prefer `I FULLY RECKON` since it sounds more fluent. The lambda function syntax looks good to me! I can get to work right away on implementing constants...