Google Sheets
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
Welcome to the slum. It will soon feel like home! :)
"It's hard to beat someone who never quits".
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
Have a look at TypeScript[^]. It's typed javascript that compiles to regular javascript. I know, a monkey with a dress and lipstick is still a monkey, but you have to look at it from a distance. And it's actually the brainchild of Anders Hejlsberg, so I believe the monkey even has a wig.
Wrong is evil and must be defeated. - Jeff Ello
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
It was designed for people who find VB too difficult to get right. X| Unfortunately, it escaped from the asylum and into the real world...
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
Welcome to the club. The 'ok, it works' feeling will quickly pass once you get to know it closer and then you will feel really dirty. :-) I have no idea what kind of masochist would want to do more than some trivial scripting on a website with it.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns. -
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
That's how I (and many others?) feel about VBA.
-
Have a look at TypeScript[^]. It's typed javascript that compiles to regular javascript. I know, a monkey with a dress and lipstick is still a monkey, but you have to look at it from a distance. And it's actually the brainchild of Anders Hejlsberg, so I believe the monkey even has a wig.
Wrong is evil and must be defeated. - Jeff Ello
Will the monkey buy me dinner? :laugh:
The difficult we do right away... ...the impossible takes slightly longer.
-
Have a look at TypeScript[^]. It's typed javascript that compiles to regular javascript. I know, a monkey with a dress and lipstick is still a monkey, but you have to look at it from a distance. And it's actually the brainchild of Anders Hejlsberg, so I believe the monkey even has a wig.
Wrong is evil and must be defeated. - Jeff Ello
Jörgen Andersson wrote:
It's typed javascript
As opposed to the hand-written crap that other people do? :-\
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
If you really want to get your feet wet with JS, then brace yourself, it's more functional than most OOP people are used to.
Jeremy Falcon
-
I had to write some scripts (=macro) for a google sheet handling the results of a google form, e.g. I made my first steps into javascript. I feel dirty now. What language is this ? It leaves you with the sad impression of "ok, it works, but, geeeez..."
Rage wrote:
first steps into javascript
Its really easy to use. Everything is
var
and all is good till you divide two variables and then baaaamm...Mobile Apps - Sound Meter | Color Analyzer | SMBC | Football Doodles
-
Have a look at TypeScript[^]. It's typed javascript that compiles to regular javascript. I know, a monkey with a dress and lipstick is still a monkey, but you have to look at it from a distance. And it's actually the brainchild of Anders Hejlsberg, so I believe the monkey even has a wig.
Wrong is evil and must be defeated. - Jeff Ello
ECMA6 spec seems like a step in a right direction, though. Why, that monkey might now even get a hat and sunglasses! :-\
-
Javascript is awesome! :) ...until you find out that a browser update breaks it. :((
"Go forth into the source" - Neal Morse
I agree, but now I'm happy with NodeJS, (almost) never to write browser JS again. However the most awesome features are the one known as "bad practice". It seems with a great power comes "what the **** is happening here?" thoughts.