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

Estimating π with a Coin

https://arxiv.org/abs/2602.14487
1•sebg•21s ago•0 comments

Show HN: King Louie – desktop AI with 20 agent tools, no cloud required

https://github.com/the-banana-tool/king-louie
1•sethito•40s ago•0 comments

The "Passive Income" trap ate a generation of entrepreneurs

https://www.joanwestenberg.com/the-passive-income-trap-ate-a-generation-of-entrepreneurs/
3•devonnull•1m ago•0 comments

Timeplus Released AgentGuard – Real-Time Security Detection for AI Agents

https://www.timeplus.com/post/agentguard
1•gangtao•1m ago•0 comments

The Rise of Marketing Speak

https://sustainableviews.substack.com/p/the-rise-of-marketing-speak
1•rzk•2m ago•0 comments

Break Bricks on Any Webpage

https://github.com/canalun/brick-break-anywhere
1•indigodaddy•2m ago•0 comments

The Mystery in the Medicine Cabinet

https://asteriskmag.com/issues/14/the-mystery-in-the-medicine-cabinet
1•downsplat•3m ago•1 comments

SEC's Power to Force Fraudsters to Disgorge Gains Returns to U.S. Supreme Court

https://www.law.com/nationallawjournal/2026/04/16/secs-power-to-force-fraudsters-to-disgorge-gain...
1•1vuio0pswjnm7•5m ago•0 comments

Doom with LaTex

https://julienlargetpiet.tech/articles/dissecting-latex-revenge-four-years-later.html
1•random__duck•6m ago•0 comments

Netflix Chair Reed Hastings to Leave Board in June

https://www.wsj.com/business/media/netflix-chair-reed-hastings-to-leave-board-in-june-6d887c27
1•fortran77•9m ago•1 comments

Sekreets – Real-Time Scanning of Leaked AI API Keys on GitHub

https://sekreets.vercel.app/
2•certyfreak•11m ago•0 comments

Startup Wars: How George Lucas Produced Star Wars Like a Startup

https://bertolami.com/blog/startup-wars
1•specular•12m ago•0 comments

SFML 3.1 Is Released

https://github.com/SFML/SFML/releases/tag/3.1.0
1•eXpl0it3r•12m ago•0 comments

Ask HN: Opus 4.7 – is anyone measuring the real token cost on agentic tasks?

1•nicola_alessi•14m ago•0 comments

Show HN: The Public Tab – See every federal dollar flowing through your district

https://thepublictab.com/
1•jaaacckz•14m ago•2 comments

Ask HN: Agent orchestrators / UIs you use on top of Claude?

1•nyellin•14m ago•0 comments

Why Engineering Managers shouldn't be expected to code

https://dev.jimgrey.net/2026/03/25/the-player-coach-trap-why-engineering-managers-shouldnt-be-exp...
1•saeedesmaili•15m ago•0 comments

Perplexity Personal Computer

https://www.perplexity.ai/hub/blog/personal-computer-is-here
1•Yukonv•17m ago•0 comments

Artificial Intelligence Index Report [pdf]

https://hai.stanford.edu/assets/files/ai_index_report_2026.pdf
1•danielmorozoff•17m ago•0 comments

Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission

https://hemmabo-mcp-server.vercel.app/.well-known/mcp.json
1•Freezone•17m ago•2 comments

Electron 41 Released

https://www.electronjs.org/blog/electron-41-0
2•andrewstetsenko•18m ago•0 comments

The Pandaverse

https://www.theremingoat.com/blog/the-pandaverse
1•ecliptik•19m ago•0 comments

Sir-Bench – benchmark for security incident response agents

https://arxiv.org/abs/2604.12040
3•dan_l2•19m ago•2 comments

Single-agent AI coding is a nightmare for engineers

https://twitter.com/MilksandMatcha/status/2044863551186309460
1•sarahxc•19m ago•0 comments

How to make your one-on-ones more productive

https://effortbox.com/blog/how-to-make-your-one-on-one-more-productive/
1•andreylangovoy•19m ago•0 comments

Who's paying for tokens and why? (The Anthropic 1000)

https://www.robinsloan.com/lab/ai-spend/
2•speckx•23m ago•1 comments

Finding a duplicated item in an array of N integers in the range 1 to N − 1

https://devblogs.microsoft.com/oldnewthing/20260413-00/?p=112227
1•ibobev•23m ago•0 comments

Our new AI code policy: No AI

https://screenshotbot.io/blog/no-ai
2•kitallis•23m ago•0 comments

Show HN: AI compatibility without compromises

https://supercompat.com
1•Nedomas•24m ago•0 comments

GOP finalizing draft national privacy law that would preempt states

https://www.politico.com/news/2026/04/16/gop-national-privacy-law-technology-00876794
2•Cider9986•25m ago•0 comments