Jojk now has the following features:
- Support for text types (bold, italic, strikethrough, etc)
- Can do links!
- No compiler warnings!
Ive learnt lots, most of it being that haskell is weird, but the compiler warnings are awesome. You forgot to specify the input and return type of a function? The compiler warning literally tells you the type, and gives you the exact codepiece you need to add!
I did encounter a couple of errors, but most of them were just things like haskell needing an int instead of a “maybe int”(what the hell is a maybe int?)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.