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

The bug I found wasn't the real problem. The rule I'd set for myself was

https://medium.com/@mjmoughtin/the-commit-before-the-silence-42e08043279b
1•raychis•52s ago•0 comments

MediaUse Site Skills

https://github.com/mediause/agent-skills
1•yooibox•4m ago•0 comments

The founder's playbook: Building an AI-native startup

https://claude.com/blog/the-founders-playbook
1•e2e4•5m ago•0 comments

System call instrumentation on Linux/x86‑64 using memory‑indirect calls, part I

https://www.humprog.org/~stephen/blog/2026/06/15/#system-call-instrumentation-on-intel-negative-r...
1•matt_d•5m ago•0 comments

Show HN: ParaMetal: A realtime 3D heat transfer simulation

https://github.com/tsun3doku/ParaMetal
1•damian0710m•7m ago•0 comments

Exclusive eBook: How AI is becoming the next military advisor

https://www.technologyreview.com/2026/06/16/1138905/exclusive-ebook-how-ai-is-becoming-the-next-m...
1•joozio•8m ago•0 comments

Show HN: Mini-film – open-source tool for batch processing and reviewing RAWs

https://github.com/alfanick/mini-film
1•alfanick•10m ago•0 comments

Show HN: Registry for Ant and Everyone Else

https://ants.land
1•theMackabu•10m ago•0 comments

Why do commercial spaces sit vacant?

https://www.freerange.city/p/why-do-commercial-spaces-sit-vacant
2•Redoubts•10m ago•0 comments

Native Inference Engine for macOS 14 or newer

https://github.com/tictacguy/embershard
1•tomolomolo•14m ago•0 comments

fastai: Style

https://docs.fast.ai/dev/style.html
1•tosh•17m ago•0 comments

Get Detach

1•ericfactor•18m ago•0 comments

From Chesterton's fence to Chesterton's gap

https://stephantul.github.io/blog/unfence/
1•stephantul•19m ago•0 comments

A resumable orchestration system for long-running Claude workflows

https://github.com/afsalali1238/Incubator
1•afsalali1238•24m ago•0 comments

Origin – Cursor's GitHub Competitor

https://cursor.com/origin
1•juliangoetze•24m ago•1 comments

Ask HN: How has mobile development changed for you?

2•baddash•25m ago•1 comments

Non-frontal face recognition using GANs and memristor-based classifiers

https://arxiv.org/abs/2606.12074
2•MediaSquirrel•28m ago•0 comments

The Battery Impact of 50 Open GitHub Issues on an M3 Mac

https://gopeek-lovat.vercel.app/blog-github-issues-battery-m3-mac.html
7•formit34•30m ago•2 comments

Custom Memcpy Implementation for ClickHouse

https://github.com/ClickHouse/ClickHouse/blob/master/base/glibc-compatibility/memcpy/memcpy.h
2•prakashqwerty•32m ago•0 comments

Fearless Concurrency on the GPU

https://arxiv.org/abs/2606.15991
1•matt_d•35m ago•0 comments

My Blog Hit the Front Page of Hacker News (and It Was Weird)

https://correresmidestino.com/my-blog-hit-the-front-page-of-hacker-news-and-it-was-weird/
1•frizlab•36m ago•0 comments

R Wins Statistics Award

https://statmodeling.stat.columbia.edu/2026/06/17/53890/
1•Tomte•36m ago•0 comments

Meta CTO Andrew Bosworth Admits the Company's AI Reorg Was 'Atrocious'

https://www.wired.com/story/andrew-bosworth-meta-employees-unrest/
3•reasonableklout•39m ago•0 comments

Dream Appearance Notification

https://drapno.com/
1•dougSF70•40m ago•1 comments

HN rates AI coding agents

https://elolup.com/
3•reStrugly•42m ago•1 comments

Loop Engineering

https://addyo.substack.com/p/loop-engineering
1•kiyanwang•43m ago•0 comments

The Fable 5 Export Controls Harm US Cyber Defense

https://www.lutasecurity.com/post/the-fable-5-export-controls-harm-us-cyber-defense
3•epaga•43m ago•0 comments

Found a useful open-source repo called Undoable

https://github.com/AkhilNam/undoable
1•hellokittydev•46m ago•0 comments

Commodore retro-styled flip phone

https://www.wired.com/story/commodore-callback-8020-is-a-digital-detox-phone-that-isnt-dumb/
2•seomint•46m ago•1 comments

Academic freedom declined in 50 countries

https://academic-freedom-index.net/
1•dash2•46m ago•0 comments