BLUE
Profile banner
IS
Ilari Suhonen
@ilari.bsky.social
programmer
4 followers5 following25 posts
ISilari.bsky.social

I remember there being some problems with developing annotation processors when using Maven as a build tool — do you use a different build tool? If you use Maven, did you run into any quirks and if so, how did you circumvent them?

1
ISilari.bsky.social

brilliant i want it

0
ISilari.bsky.social

i don't remember the exact powershell commands to compile and run java without a build tool but i bet it's cd $Env:UserProfile\Desktop javac com\craftinginterpreters\tool\GenerateAst.java java com.craftinginterpreters.tool.GenerateAst

0
ISilari.bsky.social

you should try setting up your project using IDEA community edition instead :) it's free !!

1
ISilari.bsky.social

noo :( java.* returns Nothing — packages aren't arranged hierarchically like folders, so for example the 'java.util' package is not "inside" the 'java' package, they are completely separate and just happen to both start with "java."

1
ISilari.bsky.social

Since you're trying to make an app, learn Kotlin, Dart or TypeScript :) Kotlin and Dart are easier if you already know Java and TypeScript is easier if you already know JavaScript (and also note that your first app will probably suck, especially if you're learning programming at the same time)

0
ISilari.bsky.social

These posts always show up on my feeds for Java: en.m.wikipedia.org/wiki/Java_(p... Delightful little birds! I only wish Bluesky knew the difference between Java, and, well, Java.

Java (programming language) - Wikipedia
Java (programming language) - Wikipedia

0
ISilari.bsky.social

obligatory "this wouldn't have happened if you were using Java"

1
ISilari.bsky.social

C# isn't that fast! In any case, I'd hazard a guess that a lot of the benchmark time is spent inside the Bun runtime, which is written in Zig (and so performance should be roughly comparable to C)

0
ISilari.bsky.social

new PrintStream(OutputStream.nullOutputStream()) and just println() your screams right in :)

0
Profile banner
IS
Ilari Suhonen
@ilari.bsky.social
programmer
4 followers5 following25 posts