frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Ask HN: Is there a general, multi-PL programming task dataset?

1•quartztz•11mo ago
Hello!

Being a student interested in PL design, I have had this idea floating around for a while: the gist is finding out what programming languages LLMs might be the most proficient in, to study their design choices and syntactic features with the goal of designing the perfect language for LLMs. This is, of course, gimmicky, but I entertained the idea for a while as a fun afterschool project.

The challenge is: what would be the best way to evaluate programming performance _in specific languages_? There are two main hypotheses here:

1. There are intrinsic syntactic/structural features that the transformer architecture is uniquely able to parse/reproduce/understand best, leading to higher quality code generated. For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better" 2. There is so much Python/JS out there that the question isn't even worth asking, and the performance in those will beat whatever other language you throw at it. This is probably not as much of a point thanks to newer transformer architectures but the question is still up.

I suspect the answer can be made somewhat interesting by considering performance relative to language popularity, but the ground question is: is there a general dataset containing different programming challenges, of varying difficulty, in multiple languages, with standard solutions? I couldn't find anything when I looked around, but I might have missed something obvious. It wouldn't be impossible to build a simple website to crowdsource, but I'm thinking that if I missed something obvious I'd rather find out early than late. Also, if you have any input on the project itself, I'd love to hear your ideas!

Comments

Someone•11mo ago
> For example: Lisp dialects make parsing code structure and blocks very easy, so one could assume an LLM can "understand their code better"

I would expect the reverse: lisp has no syntactic sugar, making it harder for a LLM to glue code fragments together in a way that produces valid lisp code. Even guaranteeing that parentheses are correctly nested already can be a challenge.

As to a set of programs: they aren’t exactly what you’re looking for, but I would consider https://projecteuler.net (does not contain solutions, but searching for project Euler solutions” finds some) or https://benchmarksgame-team.pages.debian.net/benchmarksgame.

sargstuff•11mo ago
Very open ended questions. Geeks for Geeks loosely organized around computer science topics of study : https://www.geeksforgeeks.org/

nit-pick details:

Ignoring hardware differences, "performance" comparisons can be based on differences between algorithm(s) used vs. how algorithm is implimented. For a given language, "algorithm implimentation performance" can be defined as the trade-offs on how a a given algorithm is implimented in a language (compared to other programming languages, but also easy use/flexibility based on 'language generation level -> https://www.geeksforgeeks.org/generation-programming-languag... )

----------------------

1) General computation language specialty 'modules' not withstanding; "languages" are built/optimised around core algorithmic concepts / anticipated area/concentration of targeted professional environment. aka opencl (gpu), R (statistics), Lisp (engineering design), C (OS level), sql (data selection), jasper reports, cobol (business), etc. Languages tend to be 'popular' because of the ecosystem provided around/for a given language.

snarky side note -> can always write a more standard language that compiles to an esolang & provide appropriate emacs/vim/sed/spacemacs ide support.: https://esolangs.org/wiki/Main_Page

  LLM's are very useful at curating information and recognizing/summarizing "statisical" relevance. aka apl is great for engineering mind set, not so good for business use cases aka cobal.  LLM might recognize a language for a given user that combines commonly used 'apl' aspecs of user and commonly used 'cobal' aspecs of user and recommend a language(s) with suitable commonalities for given user. 


2) Search engine topic 'coding challenges' 'algorithmic coding challenges' brings up many types of answers/sites for honing one's coding skills (various languages, beginner to expert, etc). Coding 'algorithms' vs. coming up with algorithm(s) to code is sort of a side aspect. Also differences in 'competition' challenges vs. 'technical challenges' (aka 512 c64 vs. 1 raspberry pi) ; vs. "computer science coding challenges" vs. 'computational genomic challenges'

     ?? how easy / hard based on 'profession' aka artist vs. software designer 20 years experience programming in scheme; environment -- NASA vs. google vs. insurance company.

   ?? from scratch : https://synoptek.com/insights/it-blogs/10-challenges-every-software-product-developer-faces/

   ?? based on industry standards ?? ; just trying to keep skills honed ??

The JetStream 3 Benchmark Suite

https://webkit.org/blog/17899/introducing-the-jetstream-3-benchmark-suite/
1•djfergus•9s ago•0 comments

JetStream 3: A modern benchmark for high-performance, compute-intensive Web apps

https://blog.chromium.org/2026/03/jetstream-3-a-modern-benchmark.html
1•djfergus•39s ago•0 comments

Australia's most decorated soldier charged with committing war crime murders

https://www.nbcnews.com/world/australia/australias-decorated-soldier-charged-committing-5-war-cri...
1•KnuthIsGod•57s ago•0 comments

Show HN: claude-telemetry – Multi-PC usage dashboard for Claude Code

https://github.com/RyanTech00/claude-telemetry
1•RyanTech00•1m ago•0 comments

The AI Roadmap: How We Ensure AI Serves Humanity

https://www.humanetech.com/ai-roadmap
1•rapnie•1m ago•0 comments

Show HN: Go – Based Unix GUI app for local network management

https://github.com/yofabr/nocta
1•yofabr•4m ago•0 comments

Curated experiments that behave like Desktop UIs

https://simone.computer/#/webdesktops
1•keepamovin•8m ago•0 comments

Essay on AI – Exploring the transformative impact of AI on modern society

https://emitknowledge.com/essay-on-ai/
1•marjann•9m ago•0 comments

How Do You Find an Illegal Image Without Looking at It?

https://mahmoud-salem.net/the-invisible-shield
1•pjullrich•9m ago•1 comments

Show HN: Secure SDLC Agents for Claude and Cursor (MCP)

https://github.com/Kaademos/secure-sdlc-agents
1•kirumachi•11m ago•0 comments

Wisconsin governor says 'no' to age checks for porn

https://www.theverge.com/policy/907761/wisconsin-governor-porn-age-verification-vetoed
1•timpera•13m ago•1 comments

Show HN: An AI-powered knowledge base that thinks

https://github.com/Shelter41/thedirector
1•DSpider•14m ago•0 comments

Quansloth Using Google's Turboquant Breaks the "VRAM Wall" for Local LLMs

https://github.com/PacifAIst/Quansloth
1•gunzfanatic•16m ago•0 comments

JSIR: A High-Level IR for JavaScript

https://discourse.llvm.org/t/rfc-jsir-a-high-level-ir-for-javascript/90456
2•maxloh•16m ago•0 comments

Deterministic O(1) coordination via Recursive Field Invariants

https://github.com/9261834245z-ui/UltraCore-Protocol
1•TOT__7__•18m ago•1 comments

MAIP – Machine Agent Identity Protocol

1•dividebyzero-gt•18m ago•0 comments

Show HN: Browser-based M68K interpreter supports MOVEM,data defs,and disp. addr

https://github.com/gianlucarea/m68k-interpreter
2•aldino97•20m ago•0 comments

Show HN: Snill – Describe your business, get a complete internal system

https://snill.ai/
1•knutmartin•21m ago•0 comments

We parsed 1,031 WA breach filings. Malware hides 5x longer than ransomware

https://ciphercue.com/blog/ransomware-detected-19-days-malware-takes-93
1•adulion•21m ago•0 comments

Bridddge – Control LinkedIn Automation from Claude Code

https://bridddge.com/en
1•karterswitch•23m ago•1 comments

An Arctic Road Trip Brings Vital Underground Networks into View

https://www.quantamagazine.org/an-arctic-road-trip-brings-vital-underground-networks-into-view-20...
1•ibobev•23m ago•0 comments

Sorting performance rabbit hole

https://nibblestew.blogspot.com/2026/04/sorting-performance-rabbit-hole.html
1•ibobev•24m ago•0 comments

Writing an LLM from scratch, part 32h – Interventions: full fat float32

https://www.gilesthomas.com/2026/04/llm-from-scratch-32h-interventions-full-fat-float32
2•ibobev•24m ago•0 comments

The browser extension API setUninstallURL violates user privacy

https://lapcatsoftware.com/articles/2026/4/1.html
1•latexr•24m ago•0 comments

Show HN: Niquests – A Requests fork, three years of catching Python's HTTP up

https://github.com/jawah/niquests/tree/v3.18.4
1•mesahm•29m ago•0 comments

Blackholing My Email

https://www.johnsto.co.uk/blog/blackholing-my-email/
2•semyonsh•29m ago•0 comments

How to Make a Complete Map of Every Thought You Think (2003) [pdf]

https://users.speakeasy.net/~lion/nb/book.pdf
2•Rygian•30m ago•0 comments

Every GPU That Mattered

https://sheets.works/data-viz/every-gpu
24•jonbaer•33m ago•9 comments

Show HN: AI agents that learn from each other's mistakes

https://github.com/Prismer-AI/PrismerCloud
1•PrismerAI•34m ago•0 comments

Running Out of Disk Space in Production

https://alt-romes.github.io/posts/2026-04-01-running-out-of-disk-space-on-launch.html
1•romes•38m ago•0 comments