-7
Every line of code by Claude Code, eh?
Every line of code by Claude Code, eh?
I won't comment on:
Claude Code Co-designer & Implementer Every line of code, tests, and docs
but, even so,... what's the point of this expression language?
Why would I want to "compile"
let x = 12, y = 13 in x + y
as javascript
(function (_) {
return (() => {
const x = 12;
const y = 13;
return x + y;
})();
});
ruby
->(_) {
(x = 12; y = 13; x + y)
}
or sql
(
SELECT
(
SELECT
x + y
FROM
(
SELECT
13 AS y
) AS _let
)
FROM
(
SELECT
12 AS x
) AS _let
)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev