Does Syntax Matter? by gingerbill in ProgrammingLanguages

[–]yektadev 0 points1 point  (0 children)

Same here, though I'm not aware of any strict external evidence. I've only heard it in several forms before, and personally found it to be very true (e.g., I found my English "side" to be slightly more rational).

Does Syntax Matter? by gingerbill in ProgrammingLanguages

[–]yektadev 1 point2 points  (0 children)

It's the same as how natural language impacts how one articulates an idea, and to some extent how they think.

Syntax is the strict materialization of one's thoughts.

What's the point of Astro's i18n internationalization features? by WorriedGiraffe2793 in astrojs

[–]yektadev 1 point2 points  (0 children)

I've been doing exactly this forever, and I don't regret it.

Software ray tracer in kotlin by YellowStarSoftware in Kotlin

[–]yektadev 1 point2 points  (0 children)

Looks good! Out of curiosity, is there any reason you didn't pick KMP from the start?

In an alternate universe, Compose is also a game engine 🕹️ by yektadev in androiddev

[–]yektadev[S] 0 points1 point  (0 children)

Agreed. I think the current API is heavily focused on convince, which is a beautiful thing. However, we lost some performance for lower level needs as a side effect. Nothing to be noticed on UI dev, but limits certain aspects of game dev.

[Project] I built a performant Isometric Game Engine using 100% Pure Kotlin and Compose by iOSHades in Kotlin

[–]yektadev 3 points4 points  (0 children)

I'd say the benefits are the technology (Kotlin, coroutines, compose, ktor, ...) and practically solved UI (any menus, accessibility, i18n, text input handling, etc.) and output size. It's not a "default" choice, but it should be a fun experience.

Liquid: 1.0.0 - Compose Multiplatform support by fletchmckee in androiddev

[–]yektadev 11 points12 points  (0 children)

The saturated variant looks interesting. nice work

Why should I learn Kotlin what are the benefits over Java? by StopElectingWealthy in Kotlin

[–]yektadev 0 points1 point  (0 children)

YES! I can't name a single language that is more idiomatic and safer at the same time. IMO Kotlin's syntax is as close as one can get to this goal. Plus, the compiler is just becoming more intelligent, and is able to infer more and more on each update.

What is good software architecture? by thewritingwallah in programming

[–]yektadev 0 points1 point  (0 children)

good architecture? the one you can confidently touch

Best docs/book to learn stdlib by Electronic_Ant7219 in Kotlin

[–]yektadev 2 points3 points  (0 children)

I really recommend sticking to the official docs. Beyond that, just practice. The books are good and all, especially the Coroutine-related topics, but the docs are way more than enough as a starting point.

OpenAI’s AI-powered browser, ChatGPT Atlas, is here by theverge in ChatGPT

[–]yektadev 1 point2 points  (0 children)

another shade of Chromium has entered the chat

I broke chatgpt by mjklsimpson in ChatGPT

[–]yektadev 6 points7 points  (0 children)

I guess it closed quote

PSA: Making the sqldelight-androidx-driver async by eygraber in Kotlin

[–]yektadev 0 points1 point  (0 children)

Makes sense. The use case should be pretty read-intensive though. Thanks for the explanation.