Coder Social home page Coder Social logo

klox's Introduction

klox: a lox compiler written in Kotlin

At the same time Crafting Interpreters came up next on my reading list, I was also learning Kotlin. To knock two birds with one stone, this repo is an implementation of the lox compiler written in Kotlin.

The Java complier is called jlox and the one written in C is called clox. Naturally, the Kotlin version would be called klox

Why?

To learn and become familiar with Kotlin by using a reference written in Java

Kotlin has nice features (compared to Java):

  1. Null-safety by default, unlike Java where NPEs abound
  2. Kotlin is more functional: functions are first-class (rather than just public static methods)
  3. when statements are more expressive/flexible than switch/case/break
  4. val is better than final on every line making my eyes bleed
  5. Properties over getters/setters
  6. String templates
  7. TODO() is literally built into Kotlin
  8. Simple in keyword for collections and ranges
  9. with saves repetition (like with writer.println)

klox's People

Contributors

valbaca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

cubik65536

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.