#languagedesign search results

🔠 Language doesn’t just express thought, it engineers it. 🌐 At SCG, we see vocabulary as the foundation of understanding. 🧩 The way we frame meaning defines the systems we design. 💎 The future is built in syntax, not silence. #SmartCoreGroup #LanguageDesign #SCG #InvestSmart

SmartCore_Group's tweet image. 🔠 Language doesn’t just express thought, it engineers it.
🌐 At SCG, we see vocabulary as the foundation of understanding.
🧩 The way we frame meaning defines the systems we design.
💎 The future is built in syntax, not silence.

#SmartCoreGroup #LanguageDesign #SCG #InvestSmart

Friendly reminder: when you refactor a default parameter value, don’t forget to change the default value in interface as well. Otherwise you’ll encounter some interesting bugs 🙄 #csharp #languagedesign

taimila's tweet image. Friendly reminder: when you refactor a default parameter value, don’t forget to change the default value in interface as well. Otherwise you’ll encounter some interesting bugs 🙄 #csharp #languagedesign

If you haven't witnessed a live, internal #LanguageDesign meeting - join us @ 1:30pm CT today at twitch.com/stephen_wolfram (or on @stephen_wolfram 's facebook or YouTube live!).


Using flowcharts to design my own template language syntax and define its rules. An interesting exercise! #programming #webdev #languagedesign

woubuc's tweet image. Using flowcharts to design my own template language syntax and define its rules. An interesting exercise! #programming #webdev #languagedesign

Le cose belle della domenica pomeriggio #languagedesign @yvonnebindi. 🥰

gaiazzz's tweet image. Le cose belle della domenica pomeriggio #languagedesign @yvonnebindi. 🥰

OH SNAP! It is alive 😱. #feeble #languagedesign #helloworld #repl


Why are method-local static variables bound to class and not to instances? stackoverflow.com/questions/6102… #static #languagedesign #instance #c++ #class

overflow_meme's tweet image. Why are method-local static variables bound to class and not to instances? stackoverflow.com/questions/6102… #static #languagedesign #instance #c++ #class

Are there any plans for Java to add implicit Getters and Setters? stackoverflow.com/questions/1672… #java #languagedesign #gettersetter

overflow_meme's tweet image. Are there any plans for Java to add implicit Getters and Setters? stackoverflow.com/questions/1672… #java #languagedesign #gettersetter

Why do all objects in the JVM have a hashCode() method? stackoverflow.com/questions/6758… #java #jvm #languagedesign

overflow_meme's tweet image. Why do all objects in the JVM have a hashCode() method? stackoverflow.com/questions/6758… #java #jvm #languagedesign

Is operator->() guaranteed to be available for a standard C++ container's iterator? stackoverflow.com/questions/6738… #languagedesign #standards #cpp #iterator

overflow_meme's tweet image. Is operator->() guaranteed to be available for a standard C++ container's iterator? stackoverflow.com/questions/6738… #languagedesign #standards #cpp #iterator

When we work with our individual clients it's less about what we can do for them and more about how we can help them realize what they can do for themselves. #professionalcoaching #professionaldevelopment #languagedesign #communicationiskey appreciate the feedback! 😁👊🏾

Comm_WYIM's tweet image. When we work with our individual clients it's less about what we can do for them and  more about how we can help them realize what they can do for themselves. #professionalcoaching #professionaldevelopment  #languagedesign #communicationiskey appreciate the feedback! 😁👊🏾

Making Languages and Compilers is a lot of fun. Everyone should try it at least once. (below is mine, language progress video coming soon) cc @robotlolita #code #languagedesign #compilation

badamczewski01's tweet image. Making Languages and Compilers is a lot of fun. 

Everyone should try it at least once.

(below is mine, language progress video coming soon)

cc @robotlolita 

#code #languagedesign #compilation

Un messaggio pseudo informativo di #trenitalia. Mi staresti più simpatica se mi dessi un aiutino in più, dicendomi di quanto ritarda, per quale motivo... @yvonnebindi aiutali tu. #languagedesign #ux

stocco_nicola's tweet image. Un messaggio pseudo informativo di #trenitalia. Mi staresti più simpatica se mi dessi un aiutino in più, dicendomi di quanto ritarda, per quale motivo... @yvonnebindi aiutali tu. #languagedesign #ux

Testare le parole: test con utenti per call to action, menu, testi buff.ly/2Hi9N06#content #uxdesign #languagedesign - cc @luisacarrada

lucarosati's tweet image. Testare le parole: test con utenti per call to action, menu, testi buff.ly/2Hi9N06 – #content #uxdesign #languagedesign - cc @luisacarrada

🔠 Language doesn’t just express thought, it engineers it. 🌐 At SCG, we see vocabulary as the foundation of understanding. 🧩 The way we frame meaning defines the systems we design. 💎 The future is built in syntax, not silence. #SmartCoreGroup #LanguageDesign #SCG #InvestSmart

SmartCore_Group's tweet image. 🔠 Language doesn’t just express thought, it engineers it.
🌐 At SCG, we see vocabulary as the foundation of understanding.
🧩 The way we frame meaning defines the systems we design.
💎 The future is built in syntax, not silence.

#SmartCoreGroup #LanguageDesign #SCG #InvestSmart

Let's evolve #Kotlin destructuring for clarity: Use [] for positional: val [a, b] = list Use () for named: val (name, alias = prop) = obj This simple rule removes all ambiguity. #LanguageDesign


New blog post about why Go is well-designed and the difference between bad design, disagreeing with the goals of a project and "I don't like this". #golang #languagedesign mattjhall.co.uk/posts/go-is-we…

heartofthebone's tweet image. New blog post about why Go is well-designed and the difference between bad design, disagreeing with the goals of a project and "I don't like this".

#golang #languagedesign

mattjhall.co.uk/posts/go-is-we…

Designing a programming language? Start with what it means (denotations) before how it looks (syntax). This semantics-first approach ensures clarity, consistency, and makes your language intuitive and extensible. #programming #languageDesign #WarsawJS youtube.com/shorts/FAr6i-7…

Piotr_Zientara's tweet card. 08.01.2025 Andrzej Blikle will be our speaker. Don’t miss the...

youtube.com

YouTube

08.01.2025 Andrzej Blikle will be our speaker. Don’t miss the...


2/2: ❌ A lack of orthogonality leads to exceptions and limitations, reducing the language’s versatility. For example, if pointers can't point to arrays, useful data structures become impossible, highlighting the need for consistent and symmetric design. #LanguageDesign


🚀 Want to create your own programming language? Check out this comprehensive guide by Mirza Hanzla on defining goals, designing syntax, building tools, and engaging a community. A rewarding but challenging endeavor! #Programming #LanguageDesign #Developift.tt/Ou0vL6w


🚀 Day 1 of creating our new programming language is in the books!We’ve built our lexer and chosen ink as our keyword for variable declarations. It’s inspired by the Egyptian god Thoth, symbolizing knowledge and writing. Excited for what’s next!#Programming #LanguageDesign #Day1


It's harder to write a coherent specification of a language standard than it might seem. The Amazon States Language (states-language.net/spec.html) seems useful beyond Step Functions, but the spec is ambiguous in places. My preference for a spec is EBNF, but alas... #languageDesign


Researchers have uncovered the long-lost tomb of Greybeard, revealing a treasure trove of ancient language design secrets dating back to 2019. #LanguageDesign #GreybeardTomb bit.ly/4bDilMk


Lmk if you know of any interesting examples in existing languages! I'd also love hearing original thoughts about this! #pltwitter #fp #languagedesign


so “@“ and “#” characters have special meaning on twitter. i think they have the same meaning on the other social media networks. anyone know where i can find the full list of special characters. @jack @Twitter #languagedesign @elonmusk #failedgooglesearch


...on stage @yvonnebindi...da @innestaco per la presentazione del libro #LanguageDesign

StartupMessina's tweet image. ...on stage @yvonnebindi...da @innestaco per la presentazione del libro #LanguageDesign
StartupMessina's tweet image. ...on stage @yvonnebindi...da @innestaco per la presentazione del libro #LanguageDesign

🔠 Language doesn’t just express thought, it engineers it. 🌐 At SCG, we see vocabulary as the foundation of understanding. 🧩 The way we frame meaning defines the systems we design. 💎 The future is built in syntax, not silence. #SmartCoreGroup #LanguageDesign #SCG #InvestSmart

SmartCore_Group's tweet image. 🔠 Language doesn’t just express thought, it engineers it.
🌐 At SCG, we see vocabulary as the foundation of understanding.
🧩 The way we frame meaning defines the systems we design.
💎 The future is built in syntax, not silence.

#SmartCoreGroup #LanguageDesign #SCG #InvestSmart

Microtesti, argomento davvero stimolante. Di come cambiare una parola faccia la differenza! "Don't make me think!" @luisacarrada #playcopy #languagedesign

ClaudiaFiori72's tweet image. Microtesti, argomento davvero stimolante. Di come cambiare una parola faccia la differenza!
"Don't make me think!" @luisacarrada #playcopy #languagedesign
ClaudiaFiori72's tweet image. Microtesti, argomento davvero stimolante. Di come cambiare una parola faccia la differenza!
"Don't make me think!" @luisacarrada #playcopy #languagedesign
ClaudiaFiori72's tweet image. Microtesti, argomento davvero stimolante. Di come cambiare una parola faccia la differenza!
"Don't make me think!" @luisacarrada #playcopy #languagedesign

Ora @UNISTRAPG @yvonnebindi presenta #LanguageDesign se avete domande per lei scrivetele in un tweet. Oggi la incontriamo @officinefratti

officinefratti's tweet image. Ora @UNISTRAPG @yvonnebindi presenta #LanguageDesign se avete domande per lei scrivetele in un tweet. Oggi la incontriamo @officinefratti

OH SNAP! It is alive 😱. #feeble #languagedesign #helloworld #repl


Il messaggio sembra chiaro e siamo tutti d'accordo ma in realtà l'autore voleva dire altro e la folla resta basita! #languagedesign

StartupMessina's tweet image. Il messaggio sembra chiaro e siamo tutti d'accordo ma in realtà l'autore voleva dire altro e la folla resta basita! #languagedesign
StartupMessina's tweet image. Il messaggio sembra chiaro e siamo tutti d'accordo ma in realtà l'autore voleva dire altro e la folla resta basita! #languagedesign

Friendly reminder: when you refactor a default parameter value, don’t forget to change the default value in interface as well. Otherwise you’ll encounter some interesting bugs 🙄 #csharp #languagedesign

taimila's tweet image. Friendly reminder: when you refactor a default parameter value, don’t forget to change the default value in interface as well. Otherwise you’ll encounter some interesting bugs 🙄 #csharp #languagedesign

Oggi in @studioaqua si parla di #languagedesign con @yvonnebindi che presenta il suo libro Language Design

robertoperuzzo's tweet image. Oggi in @studioaqua si parla di #languagedesign con @yvonnebindi che presenta il suo libro Language Design

Le cose belle della domenica pomeriggio #languagedesign @yvonnebindi. 🥰

gaiazzz's tweet image. Le cose belle della domenica pomeriggio #languagedesign @yvonnebindi. 🥰

We'll be talking "On Language Design" at this month's #NCrafts Conf! ncrafts.io/speaker/rvirdi… #Erlang #LanguageDesign #dev

ErlangSolutions's tweet image. We'll be talking "On Language Design" at this month's #NCrafts Conf! ncrafts.io/speaker/rvirdi… #Erlang #LanguageDesign #dev

Loading...

Something went wrong.


Something went wrong.


United States Trends