Simon Forsberg

Results 188 comments of Simon Forsberg

Example code: ``` class KLoggingExample { private val logger = KLoggers.logger(this) fun run() { logger.info { "First logging" } logger.info { "Second logging" } } } fun main(args: Array) {...

@Lewik Can you share more about your setup? What logging implementation do you use? Log4j 1.2.17 ? Log4j2? Logback? Commons? Anything else? It would be very helpful for me to...

@Lewik No updates here, I've been waiting for a response from you

@BorzdeG No it does not, all my logging message still looks like they are being logged from `JVMLogger.kt: 21`

For background tasks (Kotlin coroutines) try https://www.npmjs.com/package/vue-worker

By having Groovy parse the script only once, instead of once every time it is runned, full analysis of FizzBuzz now takes 2.3 seconds

A problem with keeping track of `[` and `]` is that `BrainFCommand.WHILE` and `BrainFCommand.END_WHILE` are referenced a lot in the source. To jump faster one way would be to keep...

Take a look at https://github.com/rdebath/Brainfuck for a fast interpreter.

#57 should help a lot with this.

We'll start with each token knowing its span, I believe that it should not cause any problems. The goal with the AST is to implement static code analysis and to...