Hacker News
- A More Natural Stackless Coroutine in C That Maintains Local Variables https://liuliu.me/eyes/a-more-natural-stackless-coroutine-in-c-maintains-local-variables/ 13 comments
- What's the advantage of local-ing / declare-ing a variable VS bare variable names? https://www.gnu.org/software/bash/manual/bash.html 2 comments bash
- Binary Builds for JEP 286: Local-Variable Type Inference for Java http://iteratrlearning.com/jep286.html 10 comments java
- make-variable-frame-local alternative? https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00843.html 4 comments emacs
- LATERAL is your friend to create local column variables in SQL https://blog.jooq.org/lateral-is-your-friend-to-create-local-column-variables-in-sql/ 11 comments sql
- What's the best way to remember buffer-local variables? https://tildegit.org/acdw/emacs/src/branch/main/lisp/reading.el 8 comments emacs
- Local variables are different from parameters in C++ coroutines https://devblogs.microsoft.com/oldnewthing/20211013-00/?p=105797 12 comments cpp
- Dir locals via `dir-locals-set-class-variables' never work https://gist.github.com/cole-brown/86b71cb887e1042a6956558f7f5b4dc4 8 comments emacs
- Python hack: Creating local variables in a comprehension https://paddy3118.blogspot.com/2021/06/python-hack-creating-local-variables-in.html 4 comments programming
- Use of local variable '' before it's declaration. https://www.hackingwithswift.com/books/ios-swiftui/how-to-combine-core-data-and-swiftui 3 comments swift
- Why is c++ local int variable default initialized to 0? https://www.reddit.com/r/learnprogramming/comments/gexljv/why_is_c_local_int_variable_default_initialized/ 4 comments learnprogramming
- Bytecode carving game - how to declare local variables inside a call to super() ? https://mail.openjdk.java.net/pipermail/amber-dev/2020-april/005863.html 9 comments java
- Accidentally Overwriting Another Local Variable in C and C++ https://blog.petrzemek.net/2019/12/05/accidentally-overwriting-another-local-variable-in-c-and-cpp/ 36 comments cpp
- Is this a compatible File-local variables line? https://www.reddit.com/r/emacs/comments/cltqfs/is_this_a_compatible_filelocal_variables_line/ 8 comments emacs
- Initializing all local variables with Clang-Tidy http://nibblestew.blogspot.com/2019/07/initializing-all-local-variables-with.html 25 comments cpp
- Should array length be stored into a local variable in C#? https://habr.com/en/post/454582/ 100 comments csharp
- Reading a local file into a variable https://www.reddit.com/r/javascript/comments/8ohz1s/reading_a_local_file_into_a_variable/ 12 comments javascript
- Finally, Java 10 has var to declare Local Variables http://javarevisited.blogspot.sg/2018/03/finally-java-10-has-var-to-declare-local-variables.html#axzz5c5tt0mtl 14 comments coding
- Finally, Java 10 has var to declare Local Variables http://javarevisited.blogspot.sg/2018/03/finally-java-10-has-var-to-declare-local-variables.html#axzz5azsdfyff 43 comments programming
- Java 10 Local Variable Type Inference https://developer.oracle.com/java/jdk-10-local-variable-type-inference 3 comments programming
- Java 10 Local Variable Type Inference https://developer.oracle.com/java/jdk-10-local-variable-type-inference 32 comments java
- The Local Variable Aversion Antipattern http://www.soulcutter.com/articles/local-variable-aversion-antipattern.html 35 comments ruby
- Java 10: Changing variables as you know them by introducing Local Variable Type Inference http://www.deadcoderising.com/java-10-changing-variables-as-you-know-them-by-introducing-local-variable-type-inference/ 126 comments programming
- Accessing local variables in ProGuarded Android apps https://blog.silentsignal.eu/2016/06/16/accessing-local-variables-in-proguarded-android-apps/ 5 comments netsec
- Saturday Coding! : File-local variable independent from ASDF https://github.com/guicho271828/file-local-variable 6 comments lisp
- Within the main chunk of a script, are local variables candidates for garbage collecting? https://www.reddit.com/r/lua/comments/a4ijhf/within_the_main_chunk_of_a_script_are_local/ 10 comments lua
- Question about returning address of local variables https://www.reddit.com/r/golang/comments/7hhjpf/question_about_returning_address_of_local/ 3 comments golang
- Here's a story of a Python list which "leaked" a local variable http://stackoverflow.com/q/31218826/4698026 37 comments programming
- [Python] Why do I get a "local variable referenced before assignment" error? http://ideone.com/9gUVcP 12 comments learnprogramming
- Could anyone help me getting local (?) variables to work as global variables in another function? Still trying to figure it out... http://codepen.io/perskes/pen/ktccl 6 comments webdev
- One difference between local and instance variables isn't really a difference at all. http://code-worrier.com/blog/all-your-vars/ 19 comments ruby
- Reflection Crazyness! Getting information about a method and its local variables in C# http://blog.filipekberg.se/2011/10/12/getting-information-about-a-method-and-its-local-variables/ 12 comments programming
- C++ - local variable can be accessed outside its scope?! http://stackoverflow.com/q/6441218/48837 41 comments programming
- "I remain adamant that local variables are not only useless, they are harmful." http://www.ultratechnology.com/1xforth.htm 49 comments programming
- 26 Items for Dissecting Java Local Variable Type Inference (Var Type) - DZone Java https://dzone.com/articles/var-work-in-progress 9 comments java
- Can a local variable's memory be accessed outside its scope? http://stackoverflow.com/questions/6441218/can-a-local-variables-memory-be-accessed-outside-its-scope/6445794#6445794 13 comments programming
- Setting Local Environment Variables in Rails - RailsApps http://railsapps.github.com/rails-environment-variables.html 4 comments rails
- Does something similar to M-x auto-insert exist for file local variables? https://www.reddit.com/r/emacs/comments/o12lah/does_something_similar_to_mx_autoinsert_exist_for/ 6 comments emacs
- Svelte Custom element API: To change component state and trigger a re-render, just assign to a locally declared variable. (Svelte received nearly as many github starts as react this month, even if you invested in React/Vue you need to see this, because frameworks like these are the future of JS UI) https://svelte.dev/docs#custom_element_api 8 comments javascript
- [Thread-safe] Are read only methods or methods only using local variables thread safe? http://stackoverflow.com/questions/9848067/what-makes-a-method-thread-safe-what-are-the-rules 10 comments learnprogramming