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 Population Bomb (1968)

https://en.wikipedia.org/wiki/The_Population_Bomb
2•downboots•9m ago•0 comments

Show HN: WebGPU LLM inference comprehensive benchmark

https://arxiv.org/abs/2604.02344
1•yu3zhou4•11m ago•0 comments

Show HN: Let's Turn Your Claude into Socrates

https://github.com/RoundTable02/socrates-skill
2•bevibing•28m ago•0 comments

FluxFest Season 1 kick off soon

1•loveTech•31m ago•3 comments

Show HN: Cloclo – open-source multi-agent CLI runtime for 13 LLM providers

https://www.npmjs.com/package/cloclo
3•seifbenayed1992•35m ago•0 comments

The Six Dumbest Ideas in Computer Security (2005)

https://www.ranum.com/security/computer_security/editorials/dumb/
1•Tomte•39m ago•0 comments

ELF and Dynamic Linking

https://fmdlc.github.io/tty0/Linux_ELF_Dynamic_linking_EN.html
1•signa11•43m ago•0 comments

Estimates of the expected utility gain of AI Safety Research

https://www.lesswrong.com/posts/gXYeWoAfSrdGogchp/estimates-of-the-expected-utility-gain-of-ai-sa...
1•joozio•45m ago•0 comments

The Only Privately Titled EV1 Is Getting Restored with GM's Help

https://www.caranddriver.com/news/a70929844/gm-helping-restore-only-privately-titled-ev1/
2•greesil•47m ago•0 comments

SIMD in Go

https://programmerscareer.com/golang-simd/
1•djood•50m ago•0 comments

It has never been about code

https://www.ufried.com/blog/never_been_about_code/
1•BinaryIgor•55m ago•0 comments

SideX – A Tauri-based port of Visual Studio Code

https://github.com/Sidenai/sidex
46•0x1997•1h ago•29 comments

Shadowing a British Blood Biker on Shift [video]

https://www.youtube.com/watch?v=N-lJbkNSeO8
1•CaliforniaKarl•1h ago•0 comments

Man quit tech job after 60 to become professional poker player

https://www.theguardian.com/lifeandstyle/2026/apr/06/a-new-start-after-60-i-jacked-in-my-job-in-t...
2•erehweb•1h ago•0 comments

Have the patents for H.264 MPEG-4 AVC expired yet?

https://meta.wikimedia.org/wiki/Have_the_patents_for_H.264_MPEG-4_AVC_expired_yet%3F
2•airstrike•1h ago•0 comments

LinkedRecords is now MIT-licensed

https://github.com/wolfoo2931/linkedrecords
1•WolfOliver•1h ago•0 comments

Termux: Differences from Linux

https://wiki.termux.com/wiki/Differences_from_Linux
3•thunderbong•1h ago•0 comments

China fell for a lobster: What an AI assistant tells us about Beijing's ambition

https://www.bbc.com/news/articles/cy41n17e23go
8•tmoravec•1h ago•0 comments

Rawfeed.social

https://github.com/ozziest/rawfeed.social
2•iozguradem•1h ago•1 comments

We cut our agent's API costs by 10x with prompt caching

https://kern-ai.com/blog/prompt-caching
2•obilgic•1h ago•0 comments

A new regional order for the Strait of Hormuz

https://www.aljazeera.com/opinions/2026/4/6/a-new-regional-order-for-the-strait-of-hormuz
2•defrost•1h ago•0 comments

Overwrite This Website

https://overwritten.site
1•nextyes•1h ago•1 comments

Music Blocks – Learn coding through music and music through coding

https://musicblocks.sugarlabs.org/
2•the-mitr•1h ago•0 comments

Elon Musk's Starship Heavy Could Revolutionize Warfare

https://www.wsj.com/opinion/elon-musks-starship-heavy-could-revolutionize-warfare-04930487
2•mudil•1h ago•1 comments

Lakpura.com/Pages/Litha

https://lakpura.com/pages/litha
1•techcast•1h ago•0 comments

Karpathy's LLM Wiki on OpenClaw – The Security Gap Nobody Mentions

https://www.clawctl.com/blog/karpathy-llm-wiki-openclaw-production
2•shving90•1h ago•0 comments

Show HN: Aiaiai.guide: Plain-English mental model for LLM apps, tools and agents

https://aiaiai.guide/
2•myyke•1h ago•0 comments

Blast from the Past [video]

https://www.youtube.com/watch?v=lwawPMSJins
1•programmexxx•1h ago•0 comments

Continual Learning for AI Agents

https://blog.langchain.com/continual-learning-for-ai-agents/
2•eigenBasis•1h ago•0 comments

Forensic proof of manual iOS 26.1 "Ghost" update and insider stalking

1•iphonekiller•1h ago•0 comments