RT @programmerjoke9
My First Python Code#100Daysofcode #javascript #programming #dev #linux #java #programming #CodeNewbie #python #reactjs #bugbounty #DataScience #infosec #gamedev #BigData @programmerjoke9
@worldsendless
You don't need sys to anything do you ;)
@heikkiket haha. Took me a second. I am not a Python pro, but know you have to include that for print in C
Fun. It is a really common language for engineers now.
Python namespaces by default. So you would see where exactly from example code you would need a library. It is also massive, and goes by inmplementation-as-lang-standard. So everything common is part of the core language.
@jmw150 @heikkiket wow. Coming from clojure, which goes to pains to keep the core tight, I fail to see the advantages of "implementation-as-lang"
@jmw150 @heikkiket agreed; smooth interface can hide a multitude of blemishes . I appreciate Clojure's emphasis on pragmatism , with which it solves the Lisp curse by ready interoperability with hosts JVM and JS ecosystems . I'll have to look in to how pytov works to that end.
One of the perpetual benefit claims of lisps is that, sometimes called "syntaxless languages", the AST is almost the same as the regular language (hence the power of the lisp macro systems)
@jmw150 @heikkiket wow! Very cool !
@worldsendless @heikkiket
Hylang would be a more solid example, since it is a literal lisp that does just that.
https://docs.hylang.org/en/alpha/