Hacker News
- Show HN: We've created a visual live-programming environment for .NET https://visualprogramming.net/ 23 comments
- New visual programming environment: OpenSCAD Graph Editor https://github.com/derkork/openscad-graph-editor 3 comments
- Why isn't there a general purpose visual programming language? http://blogs.msdn.com/b/alfredth/archive/2010/07/07/visual-programming-languages.aspx 34 comments
- Visual Programming in the 60s https://www.youtube.com/watch?v=2Cq8S3jzJiQ 38 comments programming
- I have programmed a lot of interactive simulations and visualizations on my website. Please check it out https://visualize-it.github.io 69 comments programming
- Learn Functional Programming Visually https://david-peter.de/cube-composer/ 4 comments programming
- YAVE: Functional reactive visual programming language written in C++17/20 https://github.com/mocabe/yave 7 comments cpp
- EtcH - functional visual programming in the browser https://letset.ch/ 4 comments programming
- Visual Programming - Why it’s a Bad Idea http://mikehadlow.blogspot.com/2018/10/visual-programming-why-its-bad-idea.html 12 comments coding
- How do programs like Visual Studio and Firefox customize the Non-Client area for modern GUIs? https://www.reddit.com/r/csharp/comments/7vhc8x/how_do_programs_like_visual_studio_and_firefox/ 12 comments csharp
- Visual Studio Code Editor Gets New Extensions for Java Programming https://adtmag.com/articles/2018/01/16/vs-code-java.aspx 21 comments java
- Why visual programming and D3NE can be useful to you https://medium.com/@ni55an/visual-programming-and-d3ne-efcd49690703 4 comments programming
- [VS 2017] Reading Excel data into Visual Basic program - is it portable? https://www.reddit.com/r/visualbasic/comments/6rib3k/vs_2017_reading_excel_data_into_visual_basic/ 4 comments visualbasic
- Ggplot2 is 10 years old: The program that brought data visualization to the masses https://qz.com/1007328/all-hail-ggplot2-the-code-powering-all-those-excellent-charts-is-10-years-old/ 7 comments statistics
- Help with Visual Studio Code, programming in C and frustration. https://www.reddit.com/r/learnprogramming/comments/5amzpd/help_with_visual_studio_code_programming_in_c_and/ 10 comments learnprogramming
- Interactive C++11 memory model: visualize the execution orders of your multithreaded program (paper in comments) http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/ 3 comments cpp
- Introducing Embrio! A new visual programming language for Arduino. Looking for Beta testers! http://www.embrioembedded.com/ 37 comments arduino
- C++ Visual Studio 2012: compiling multiple file program https://gist.github.com/anonymous/e7dc86a3432d4c67eb53#file-binarytreeadt-h 4 comments learnprogramming
- Visual Programming Languages - Snapshots http://blog.interfacevision.com/design/design-visual-progarmming-languages-snapshots/ 65 comments programming
- Programming the visualization and audibilization of sorting algorithms http://panthema.net/2013/sound-of-sorting/ 3 comments programming
- Visual programming and why it sucks http://blog.davor.se/blog/2012/09/09/visual-programming/ 321 comments programming
- New tool to visualize Java program execution. We are looking for feedback! http://www.onyem.com 29 comments java
- JsMaker - Visual Javascript Programing http://jsmaker.com/jsmaker/ 4 comments javascript
- Visual Programming now builds HTML5 web apps http://lunduke.com/?p=1898 2 comments programming
- Brief demo of my work-in-progress visual Lisp programming interface. http://lispgamesdev.blogspot.com/2010/12/iosketch-progress-report.html 10 comments lisp
- DP Zoo Tour : Visualizations of common dynamic programming problems http://blog.ezyang.com/2010/11/dp-zoo-tour/ 4 comments compsci
- Programming Language Wars: The Movie (data visualization for the Computer Language Benchmarks Game) http://youinfinitesnake.blogspot.com/2010/09/programming-language-wars-movie.html 24 comments programming
- Introducing Sifflet, visual functional programming language http://www.haskell.org/pipermail/haskell/2010-may/022073.html 10 comments haskell
- My program gets <100 FPS in debug mode, 500 in release mode, and 3000 outside of the compiler (visual studio 2010) Is this normal? How can I improve debug mode FPS? http://www.sfml-dev.org/ 14 comments learnprogramming
- Larch: A really awesome visual interactive programming environment for Python https://sites.google.com/site/larchenv/ 8 comments programming
- Using Kinect with MIT's Scratch (visual programming language) http://stephen-howell.tumblr.com/ 5 comments programming
- I've just discovered Microsoft's KODU Game Lab - a visual programming language for creating games, designed to be easy for children to use. http://fuse.microsoft.com/kodu/ 51 comments programming
- Novel way to Learn How to Program - Visual Programming and Textual Code at the Same Time https://www.reddit.com/r/learnprogramming/comments/g362c1/novel_way_to_learn_how_to_program_visual/ 6 comments learnprogramming
- Having a problem with a Visual Basic 6 program. Stopping the program from continuing after a requirement isn't met. http://codepad.org/cVBQ0qIC 3 comments learnprogramming
- Microsoft: Python programming in Visual Studio Code is now faster and smarter than ever https://www.tectalk.co/microsoft-python-programming-in-visual-studio-code-is-now-faster-and-smarter-than-ever/ 18 comments programming
- visual-prof: profiles your Haskell program and generates a html file containing its source code with parts of the code highlighted in different colors depending on the fraction of the running time that they take http://hackage.haskell.org/package/visual-prof 14 comments haskell
- Astrofox - I made a motion graphics program for turning music visualizations into videos. Built with React, WebGL, and Electron. Free to use. https://astrofox.io/ 6 comments webdev
- Tributary: sharable visual programming based on Bret Victor's talk http://enja.org/2012/05/07/floating-down-a-tributary/ 13 comments programming
- Visual programming -- extend python with screenshot primitives for gui programming... like now you can glue gui programs together, too http://sikuli.csail.mit.edu/demo.shtml 61 comments programming
- I made a Visual Studio plugin which lets you switch between different programming contexts - last opened files, pinned tabs and windows state&position. All contexts are saved in simple JSON files. I'd love to know what you think! https://contextkeeper.io/blog/hello-world-from-contextkeeper/ 20 comments csharp