Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
90% cloud coverage? Now that is some serious coverage. The clouds must have been developed using TDD.
-
Segeco22606y@ThreadRipper Well i finally made a forecast feature that works so its no longer a rant idk
(Also my name isn't josh, just used instead of testing lol) -
Segeco22606y@MySlugLikesSalt yeah I wasn’t either until I put my head down and just thought ‘yeah imma make this’ and thanks :)
-
-vim-31686yThis look similar to a bash script I made that launched a terminal and issued:
curl wttr.in
On startup -
n3xus34406yITS NOT A PROGRAMMING LANGUAGE ITS A SCRIPTING LANGUAGE!!! - sorry I had to. Nice job looks pretty solid.
-
-vim-31686y@n3xus Scripting languages are programming languages.
Btw, html is kinda a programming language, but it is not imperative (C, Java, JS, Bash, Python, etc.), but it is a declarative one (JSON, YAML, etc.). It’s also in a subset of declarative languages called markup languages (Markdown, hyper text MARKUP language)
https://en.wikipedia.org/wiki/... -
@n3xus the implication for a programming language is that it is compiled, but for all intensive purposes, it makes the computer do something, has variables, control flow, etc, scripting languages are generally considered a subset of programming languages
@-vim- html is not a programming language. end of story. -
CodeBane7756y@calmyourtities compiled? What about low level programming? And how do you explain declarative languages?
-
@-vim- JSON and YAML aren't programming languages either. HTML is a markup language, not sure what JSON and YAML would be considered but not programming languages.
Just created my first program using powershell, It runs in the morning and gives me a weather forecast.
rant