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•10mo 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•10mo 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•10mo 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: Interview scoring app because our feedback was just Slack vibes

https://techscore.dev/
1•xaviair•1m ago•0 comments

The wild six weeks for NanoClaw's creator that led to a deal with Docker

https://techcrunch.com/2026/03/13/the-wild-six-weeks-for-nanoclaws-creator-that-led-to-a-deal-wit...
1•wateroo•2m ago•0 comments

Kalverion_bot a.k.a. AI-bot v1.1.0 release. Overdraft protection

https://github.com/bisbeebucky/ai-bot
1•bisbeebucky•6m ago•0 comments

Gummy Geometry

https://newkrok.github.io/nape-js/examples.html?open=soft-body&mode=3d&outline=0
1•memalign•6m ago•0 comments

Ask HN: How do you look for rare log patterns and RCA?

1•kvaranasi_•6m ago•0 comments

Continuum – Unit tests for LLM workflows

https://github.com/Mofa1245/Continuum
1•Mofa1245•7m ago•2 comments

Neural Thickets

https://thickets.mit.edu/
1•jasondavies•11m ago•0 comments

Papers: A minimal AI/ML research reader

https://github.com/daneb/papers
2•danebalia•11m ago•0 comments

Show HN: Monet – Claude Code Multisession Management

https://www.monetworkspace.com/
1•jeffrwells•13m ago•0 comments

Lies I was Told About Collaborative Editing, Part 2: Why we don't use Yjs

https://www.moment.dev/blog/lies-i-was-told-pt-2
2•litacho1•13m ago•0 comments

Microsoft Copilot Health Centralizes Personal Medical Records

https://reclaimthenet.org/microsoft-copilot-health-centralizes-personal-medical-records
3•uyzstvqs•13m ago•0 comments

What Happened at FOSDEM 2026

https://www.i-programmer.info/news/99-professional/18729-what-happened-at-fosdem-2026.html
1•aquastorm•14m ago•0 comments

'We don't need Ukraine's help' – Trump rebuffs Zelensky's drone defense offer

https://kyivindependent.com/trump-ukraine-drone-defenses/
2•inaros•14m ago•0 comments

APIfy: Generate production-ready REST APIs from plain language

https://github.com/jetywolf/APIfy
1•jetywolf•15m ago•1 comments

Amazon Will Use Cerebras' Giant Chips to Help Run AI Models

https://www.bloomberg.com/news/articles/2026-03-13/amazon-will-use-cerebras-giant-chips-to-help-r...
2•inaros•16m ago•0 comments

Ask HN: What's your biggest pain point when joining a new developer team?

2•KevStatic•20m ago•2 comments

Show HN: Tiny macOS app that adds a facecam bubble to screen recordings

https://github.com/backnotprop/CamBubble
5•ramoz•21m ago•0 comments

Atoms, Travis Kalanick's new company

https://atoms.co/vision
4•sethbannon•21m ago•1 comments

Atoms

https://atoms.co/
3•sethbannon•22m ago•0 comments

How to Bring Starter Homes Back from Extinction

https://www.bloomberg.com/opinion/articles/2026-03-13/how-to-bring-starter-homes-back-from-extinc...
2•toomuchtodo•22m ago•0 comments

Stanford researchers report first recording of a blue whale's heart rate (2019)

https://news.stanford.edu/stories/2019/11/first-ever-recording-blue-whales-heart-rate
3•eatonphil•23m ago•1 comments

It Took Me 30 Years to Solve This VFX Problem – Green Screen Problem [video]

https://www.youtube.com/watch?v=3Ploi723hg4
2•yincrash•23m ago•0 comments

Lessons for software developers from 1970s mainframe programming

https://web.archive.org/web/20171025203854/https://insights.hpe.com/articles/4-lessons-for-modern...
3•ohjeez•24m ago•0 comments

Elon Musk says xAI must be 'rebuilt' as co-founder exodus continues

https://www.cnbc.com/2026/03/13/elon-musk-xai-co-founders-spacex-ipo.html
6•inaros•24m ago•0 comments

Practical dependency tracking for Python function calls

https://amakelov.github.io/mandala/blog/02_deps/
3•KerrickStaley•26m ago•0 comments

A calmer interface for a product in motion

https://linear.app/now/behind-the-latest-design-refresh
2•tjwds•27m ago•0 comments

Sigma's New Rice Company Is Less About Rice and More About Aizu

https://petapixel.com/2026/03/12/sigmas-new-rice-company-is-less-about-rice-and-more-about-aizu/
1•lastofthemojito•31m ago•0 comments

ICE agents reveal daily arrest quotas and surveillance app in court testimony

https://www.theguardian.com/us-news/2026/mar/13/ice-agent-court-testimony-oregon
6•mitchbob•31m ago•0 comments

Everything's Casino

https://www.joanwestenberg.com/everythings-casino/
2•alcazar•33m ago•0 comments

Yet another Valve lawsuit on loot boxes

https://www.windowscentral.com/gaming/pc-gaming/steams-valve-responds-to-lawsuit-from-new-york-at...
2•s3r3nity•34m ago•0 comments