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 ??

Show HN: Agent skill for Excalidraw diagrams with animation and image

1•muthuishere•1m ago•0 comments

Ez-stack: Stacked PRs for agents

https://github.com/rohoswagger/ez-stack
1•RohoSwagger•3m ago•1 comments

Show HN: Zsweep – Vim Motions Minesweeper with Svelte 5.0

https://github.com/oug-t/zsweep
2•x-guo•5m ago•2 comments

Becoming a Day Person

https://herman.bearblog.dev/becoming-a-day-person/
1•twapi•6m ago•0 comments

Vecterra Command

https://arcade.pirillo.com/vecterra-command.html
1•memalign•6m ago•0 comments

Enable classic confinement for the gh snap (2021)

https://github.com/casperdcl/cli/issues/7
1•skeledrew•6m ago•0 comments

Show HN: Jensenify-MCP: "Every engineer should spend $250k/yr on tokens" –solved

https://github.com/kenm47/jensenify-mcp
1•hank2000•6m ago•0 comments

Show HN: Netwall – A public wall where posts vanish after 24 hours

https://netwall.org
1•dogancan•7m ago•0 comments

Trump threatens to deploy ICE to airports as TSA shortages drive delays

https://www.washingtonpost.com/politics/2026/03/21/trump-threatens-deploy-ice-airports-tsa-shorta...
1•mikhael•10m ago•0 comments

Re-examining Leon Trostsky's assassination

https://www.economist.com/culture/2026/03/19/re-examining-one-of-the-worlds-most-notorious-assass...
1•petethomas•12m ago•0 comments

Monkey Island as baseline for GenAI capability benchmarking

https://monkeyaisland.com/
2•jamieskella•16m ago•0 comments

Show HN: Mnesis – Lossless context management Python library

https://github.com/Lucenor/mnesis
1•damatar•20m ago•0 comments

Learn – Typer

https://typer.tiangolo.com/tutorial/
1•kamaraju•24m ago•0 comments

Introducing useSyncedState() - Firebase for React

https://rwsdk.com/realtime
3•pistoriusp•30m ago•0 comments

Vesuvius Challenge

https://scrollprize.org/
1•ofrzeta•30m ago•0 comments

Show HN: AWB – Benchmark that tests your AI coding workflow, not just the model

https://github.com/xmpuspus/ai-workflow-benchmark
1•xmpuspus•33m ago•0 comments

Show HN: Skill Lab – CLI tool for testing and optimizing agent skills

https://github.com/8ddieHu0314/Skill-Lab
1•qu4rk5314•33m ago•0 comments

Sashiko: An agentic Linux kernel code review system

https://sashiko.dev/
1•Lwrless•35m ago•0 comments

Show HN: Clinical Trial Finder and Ranker

https://clifton-topaz.vercel.app/
1•notwopr•37m ago•0 comments

Mexico’s monarch butterfly population is up more than 60% over last year

https://mexiconewsdaily.com/news/mexico-monarch-butterfly-populations-up-2026/
1•WaitWaitWha•45m ago•0 comments

Show HN: Cultivation > Accumulation (For AI Agentic Memory)

https://wibomd.substack.com/p/cultivation-accumulation
1•manunamz•45m ago•0 comments

China and the Future of Science

https://scholarstage.substack.com/p/china-and-the-future-of-science
5•barry-cotter•50m ago•0 comments

Anyone know how long it will take to re-start Qatar's helium plants?

2•megamike•50m ago•0 comments

The Sphinx: a Soviet-era, retrofuture smart home dream

https://theoutline.com/post/5678/the-sphinx-a-soviet-era-retrofuture-smart-home-dream
2•thunderbong•51m ago•0 comments

Cloudflare flags archive.today as "C&C/Botnet"; no longer resolves via 1.1.1.2

https://radar.cloudflare.com/domains/domain/archive.today
7•winkelmann•51m ago•1 comments

Alpha Micro AM-1000E and AM-1200

http://oldvcr.blogspot.com/2026/03/refurb-weekend-double-header-alpha.html
2•goldenskye•57m ago•0 comments

Babel.nvim

https://github.com/canaanmckenzie/babel.nvim
3•prince_nez•57m ago•1 comments

Production Is Where the Rigor Goes

https://www.honeycomb.io/blog/production-is-where-the-rigor-goes
1•rcy•1h ago•0 comments

The Gallery of Babbel

https://babel.alfaoz.dev/
1•Cider9986•1h ago•0 comments

Punk Rock Osint: Bipartite Projection

https://100daysofnetworks.substack.com/p/day-83-of-100daysofnetworks
1•ojoffe•1h ago•0 comments