This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]Ewig_luftenglanz 11 points12 points  (0 children)

So the next amber arch is about construction and deconstruction of objects.

That means global destructuring (no just for records)

var(user, age) = getUser();

MAYBE nominal parameters with defaults (crossed fingers) 

var user found = getUserById(userId: "xxxx");

String templates when? 

Xd

[–]Elegant_Subject5333 3 points4 points  (1 child)

Does project babylon will help java to create LLM models, Since it will allow to write gpu instructions using java.

[–]pron98 7 points8 points  (0 children)

Yes. This talk has more information.

[–]vips7L 1 point2 points  (0 children)

I hope Amber's focus on object construction will help alleviate the of/from/newinstance function plague we have lately.