frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

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

1•quartztz•1y 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•1y 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•1y 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 ??

BotEmbed – a site-aware chatbot you embed with one script tag

https://www.botembed.ai
1•tuckerzd•1m ago•0 comments

Claude Fable 5.1 made me a nice animated pelican

https://simonwillison.net/2026/Sep/1/claude-fable-5-1/
1•elsewhen•2m ago•0 comments

Cognition Set to Raise Around $1B at a $47B Valuation

https://www.bloomberg.com/news/articles/2026-09-02/ai-startup-cognition-set-to-raise-around-1-bil...
1•gk1•7m ago•0 comments

Apple Maps Changes Lake Ontario to Lake America After Trump Order

https://www.bbc.com/news/articles/cddvyyz0e47o
2•andsoitis•8m ago•1 comments

Pivotal CEO left the eVTOL company

https://techcrunch.com/2026/09/01/larry-pages-flying-car-company-pivotal-loses-its-ceo/
1•paaloeye•10m ago•0 comments

Offering Zero Data Retention for frontier models

https://openai.com/index/offering-zero-data-retention-for-frontier-models/
1•gmays•17m ago•0 comments

Intel replaces Intel Fellow title after nearly 50 years

https://www.oregonlive.com/silicon-forest/2026/09/intel-drops-fellow-designation-for-its-top-scie...
3•osnium123•20m ago•0 comments

Important Security Update for Plex Media Server v1.43.2 and Earlier

https://forums.plex.tv/t/important-security-update-for-plex-media-server-v1-43-2-and-earlier/942319
2•akersten•29m ago•0 comments

Anthropic banned me for "suspicious signals"

https://kix.codes/anthropic-banned-me-for-suspicious-signals/
2•kixpanganiban•29m ago•0 comments

State of Local AI Report

https://www.basecompute.co/stateoflocalai
3•lukasonedge•30m ago•0 comments

$64B of data center projects have been blocked or delayed amid opposition

https://www.datacenterwatch.org/report
2•sensanaty•37m ago•0 comments

The ZX Spectrum sound chip hidden in a 1992 DOS game's Tandy driver

https://utopia.platesteel.net/phantom/
2•duncanbowring•45m ago•0 comments

LLMs and Self-Referentiality

https://scottaaronson.blog/?p=10046
1•mavdol04•48m ago•0 comments

Compilers 2.0: AI as stochastic optimizer

https://twitter.com/cdleary/status/2094878051238887834
2•matt_d•51m ago•0 comments

Gelman: Shocked by Ariely 2002 replication failure

https://statmodeling.stat.columbia.edu/2026/08/31/shocked/
1•jsw97•56m ago•0 comments

How an MIT research project became a global programming language

https://news.mit.edu/2026/how-mit-research-project-became-global-programming-language-0831
4•pella•58m ago•0 comments

Consider that alignment may not be possible

https://12gramsofcarbon.com/p/tech-things-consider-that-alignment
1•theahura•58m ago•0 comments

Janet 1.42.0

https://github.com/janet-lang/janet/releases/tag/v1.42.0
2•birdculture•1h ago•0 comments

Remove background noise from audio/video in the browser, free preview

https://removebackgroundnoise.app/
2•jieliu_rbn•1h ago•0 comments

Mac App Store Apps Can Now Drop Support for Intel Macs

https://www.macrumors.com/2026/09/01/mac-app-store-intel-mac-support/
5•seam_carver•1h ago•2 comments

OpenAI Purchases Mac Minis, Mac Studios

https://www.techrepublic.com/article/news-openai-mac-mini-mac-studio-ai-agents/
1•ermantrout•1h ago•0 comments

California lawmakers pass bill governing lawyers' use of AI

https://www.reuters.com/legal/government/california-lawmakers-pass-bill-governing-lawyers-use-ai-...
3•anigbrowl•1h ago•2 comments

Life Changing Reading Program

https://twitter.com/clairevo/status/2094844938643247546
2•mpasternack-hn•1h ago•0 comments

Doublespeed is SoTA in social intelligence benchmarks

https://doublespeed.ai/benchmarks
1•hassantsyed•1h ago•0 comments

Meta Is Switching to Slack

https://www.businessinsider.com/meta-switching-from-google-chat-slack-for-ai-agents-2026-9
1•zeroonetwothree•1h ago•0 comments

British Parliament, 1 Sept 1939 – start of WW2

https://api.parliament.uk/historic-hansard/commons/1939/sep/01/british-note-to-germany
1•stmw•1h ago•0 comments

Researchers use AI to 'democratize' 3D printing of crucial metal alloy

https://news.wsu.edu/news/2026/08/24/researchers-use-ai-to-democratize-3d-printing-of-crucial-met...
1•yogthos•1h ago•0 comments

AI and the Practical Scientist

https://scholarlyfutures.substack.com/p/ai-and-the-practical-scientist
2•JohnHammersley•1h ago•1 comments

Ask HN: Anyone homeschooling their kids?

6•wbnns•1h ago•4 comments

The efficient frontier of LLM inference

https://www.baseten.co/blog/the-efficient-frontier-of-llm-inference/
26•philipkiely•1h ago•5 comments