Tweets
- Tweets, aktuell sida.
- Tweets & svar
- Media
Du blockerade @preshing
Är du säker på att du vill visa dessa Tweets? Visning av Tweets kommer inte att häva blockeringen av @preshing
-
Finally implemented runtime error handling. Default behavior is to log an error message with a stack trace, then halt the script — like many other scripting languages.pic.twitter.com/iLoosw9SmJ
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Just implemented the "dot" operator. You can now manipulate C++ class members from script! Still need to put some thought into runtime error handling, though (ie. what to do when the member is missing).pic.twitter.com/LzWBLtUt7c
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Just added basic string support. One important feature is that when you write "${expression}" inside a string literal, the expression gets evaluated at runtime and substituted into the string. This is sometimes known as string interpolation (though I'm not a big fan of the name).pic.twitter.com/133QshzdwJ
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Hold on to your Enter key, because this is a big one: ( parenthesized ) expressions! This incredible technology gives you complete control of evaluation order.




Also, line breaks usually indicate the end of a statement, but that gets turned off inside parentheses.pic.twitter.com/6ZqmVcXOAW
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Improved error handling wherever expressions are expected. Previously, some parse errors would trigger a hard assert, because I wanted to focus on parsing "correct" code first. Those asserts are gone now; the parser will log an error and recover gracefully in all cases.pic.twitter.com/1XjP5kCbZR
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
All right, bools are now working. Before this change, everything was an unsigned int. It's a dynamically typed language; the interpreter keeps track of the type of every local variable and temporary object.pic.twitter.com/etgFc2QNxc
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Here's a lil scripting language I've been working on. No parser generator: Just a hand-written parser. No bytecode: The parse tree is "executed" directly. It integrates with C++ using reflection. Still WIP! I'll post the next few updates here
https://github.com/arc80/plywood/blob/main/repos/plywood/src/apps/CrowbarTest/AllCrowbarTests.txt …pic.twitter.com/ZaYUpIzlsO
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
All of the recent awards show stage crashes have fallen sadly short of the greatness of Nathanial Hörnblowér at the 1994 VMAs.https://www.youtube.com/watch?v=Baid74lkk-8 …
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
"We need to have a balanced and proportionate response to this virus. We have to look at the mental, the physical, the social, the economic and educational impact that this virus has had and learn from the last two years."https://toronto.ctvnews.ca/ontario-s-top-doctor-says-it-s-time-to-learn-to-live-with-covid-19-1.5757373 …
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
They are convenient mathematical objects when writing code that deals with 3D rotations because they take less space than a matrix and because unlike Euler angles, they are easy to combine.https://twitter.com/dhindes/status/1482164201821192192 …
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
One day the pandemic will be behind us, but for now it’s forcing us to examine ourselves. Kudos to the customers and staff for calmly dealing with this confused person. “This is not a movie set.” That's the Montreal I know. Makes me proud to live in this city.https://twitter.com/DrWinstonChan/status/1478810831630614529 …
2:01Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Happy New Year everyone. Here are some festive vibes straight from 1988.pic.twitter.com/EHSMNDFqDt
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Jeff Preshing Retweetade
for(float s,i,g,e,R;i++<1e2;){vec3 p=vec3((FC.xy-.5*r)/r.y*g,g-.6).yzx;e=1e3;s=.2;for(int j;j++<4;){s*=R=length(p);p=vec3(log(R),asin(p.z/R),atan(p.y,p.x)+t*.1)/PI*3.;p-=round(p);e=min(e,(length(p.xy)-.02)*s);}g+=e;o+=exp(-e*5e3)/1e2;} https://bit.ly/3szeaNF
#つぶやきGLSLpic.twitter.com/q9DSb3WO9ITack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Jeff Preshing Retweetade
Stop what you're doing now and spend the next seven minutes enjoying this beautiful video:https://www.youtube.com/watch?v=04v-SdKeEpE …
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
virus (minimizing contact with others, wearing a mask, keeping good hygiene, watching for symptoms). It’s possible to be unvaccinated and considerate towards others at the same time.
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
I disagree with the argument that says that if someone doesn’t get vaccinated against COVID-19, that person is like a “drunk driver” who endangers the safety of others. That’s not necessarily true. An unvaccinated person can still take other measures to limit the spread of the
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
So much talent in one video! Great fun to watch.https://www.youtube.com/watch?v=Oszl95YWfbs …
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
Jeff Preshing Retweetade
"To be a programmer is to develop a carefully managed relationship with error." — Ellen Ullman
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
The computing platforms of the future should be designed with computer literacy in mind. Everything needs to be radically simpler and the user should always have a lens into what their applications are doing.
Tack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra -
If an IDE was just as reliable, that would clearly be the better debugging experience, but as long as everything is built on bloated, fragile tech stacks, that's not likely to happen
Visa denna trådTack. Twitter använder detta för att förbättra din tidslinje. ÅngraÅngra
Hämtningen verkar ta ett tag
Twitter kan vara överbelastat eller ha tillfälliga problem. Försök igen eller besök Twitter Status om du vill ha mer information.