Animus Design
  • Home
  • About
  • Git
  • LinkedIn
  • Old Artifacts
  • New Artifacts
Subscribe
Tagged

multiplatform

A collection of 2 posts

Kotlin FRM 0.1.0 Release
kotlin-frm

Kotlin FRM 0.1.0 Release

mMile Stone Issues Prepared Queries Add support for prepared queries.Query Compilation Compile queries and build out data classes.API ChangesFRM To ease and expedite the auto complete of FRM function calls on a query. They have been moved into a DSL class builder. In short once you start a

Sean Dec 28, 2019 • 3 min read
Functional Data Types
kotlin

Functional Data Types

While in programming you are bound to catch errors. One of the worst implementations I've seen is `Go` f, err := os.Open("filename.ext") if err != nil { log.Fatal(err) } // do something with the open *File fAn if statement after each process to check an error occurrence. Java was bounded

Sean Oct 12, 2019 • 6 min read
Animus Design © 2021
Powered by Ghost