
jank is a Clojure dialect on LLVM with a native runtime and C++ interop.

A general programming discussion community.
The Jank programming language
jank is a Clojure dialect on LLVM with a native runtime and C++ interop.
Why Mario 64 is a Gameboy Advance game
Click to view this content.
Anyone have any ideas for a short python program they would like to have made for them?
For a school project I need to make a simple python program. I need ideas so if you have something that you want made for you then please post it here. I'll release it here under a gnu general public license once I've finished.
Trusting your own judgement on generative AI is a huge risk
Web dev at the end of the world, from Hveragerði, Iceland
What called my attention is that assessments of AI are becoming polarized and somewhat a matter of belief.
Some people firmly believe LLMs are helpful. But programming is a logical task and LLMs can't think - only generate statistically plausible patterns.
The author of the article explains that this creates the same psychological hazards like astrology or tarot cards, psychological traps that have been exploited by psychics for centuries - and even very intelligent people can fall prey to these.
Finally what should cause alarm is that on top that LLMs can't think, but people behave as if they do, there is no objective scientifically sound examination whether AI models can create any working software faster. Given that there are multi-billion dollar investments, and there was more than enough time to carry through controlled experiments, this should raise loud alarm bells.
Vcc - the Vulkan Clang Compiler
Intro # Vcc - the Vulkan Clang Compiler, is a proof-of-concept C and C++ compiler for Vulkan leveraging Clang as a front-end, and Shady our own research IR and compiler. Unlike other shading languages, Vcc aims to stick closely to standard C/C++ languages and merely adds a few new intrinsics to cove...
Vcc - the Vulkan Clang Compiler, is a proof-of-concept C and C++ compiler for Vulkan leveraging Clang as a front-end, and Shady our own research IR and compiler. Unlike other shading languages, Vcc aims to stick closely to standard C/C++ languages and merely adds a few new intrinsics to cover GPU features. Vcc is similar to CUDA or Metal in this regard, and aims to bring the advantages of standard host languages to Vulkan shaders.
Key Features
Vcc supports advanced C/C++ features usually left out of shading languages such as HLSL or GLSL, in particular raising the bar when it comes to pointer support and control-flow:
As, programmers what is the project that you made that made you learn the most and also added the most value to your resume?
As, programmers what is the project that you made that made you learn the most and also added the most value to your resume?
Apple’s Widget Backdoor
Click to view this content.
Lisp. But Why?
Click to view this content.
Exploring a peculiar bit-twiddling hack at the intersection of 1980s geek sensibilities.
I built Flogo: a powerful flowchart-based visual programming app (free, no ads)
Hi everyone, I recently launched Flogo, a visual programming app that lets you build and simulate flowcharts with real logic execution. It’s designed for both students and developers, and supports things like:
Conditional blocks (if, for, while, dowhile)
Real-time simulation (console or navigation mode)
Dynamic input
Plotting graphs (plot() function)
Complex numbers, matrices, and over 100 built-in functions
Free, no ads, available for iOS & Android
If you're into visual coding, algorithm design, or teaching programming, give it a try! Feedback is welcome.
Links:
Android: https://play.google.com/store/apps/details?id=com.flogo.myapp
iOS: https://apps.apple.com/it/app/flogo/id6744535672
Thanks!
Death By Specificity
Click to view this content.
excerpt from this talk https://www.youtube.com/watch?v=028LZLUB24s
Xitdb is an immutable database written in Java
an immutable database for java. Contribute to radarroark/xitdb-java development by creating an account on GitHub.