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

Ask HN: Do you use your phone as hotel/free WiFi condom for laptops?

1•ebfe1•52s ago•0 comments

Apple projected to beat Samsung in smartphone shipments first time since 2011

https://www.foxbusiness.com/markets/apple-projected-beat-samsung-smartphone-shipments-first-time-...
1•andsoitis•1m ago•0 comments

A neuropsychology of political orientation: ideology in patients w lesions

https://pmc.ncbi.nlm.nih.gov/articles/PMC7935085/
1•DrierCycle•7m ago•2 comments

Why Use React?

https://adactio.com/journal/22265
1•nnx•12m ago•0 comments

Show HN: Non-Custodial Cryptocurrency Payment Gateway

https://coinpayportal.com
1•cranberryturkey•17m ago•1 comments

The Racist, AI-Generated Future of Entertainment

https://www.theatlantic.com/culture/2025/11/will-stancil-show-ai/685058/
3•jdkee•21m ago•3 comments

Tim Sweeney thinks Steam should stop labelling games as being made with AI

https://www.pcgamer.com/software/ai/epic-boss-tim-sweeney-thinks-stores-like-steam-should-stop-la...
1•evo_9•25m ago•0 comments

CoinTracker Third-party security incident (Mixpanel)

3•dotmanish•25m ago•0 comments

Can Management Be Outsourced?

1•ymanagers•28m ago•0 comments

Google Hotels API

https://github.com/johnisanerd/Apify-Google-Hotels-API
1•johncole•32m ago•0 comments

Show HN: I built a D2C supply chain for my village's Makhana farmers using Bolt

https://earthborn-barsoi.vercel.app/
1•Vikkyv•32m ago•1 comments

Cryo-electron microscopy shows how statins harm muscles

https://medicalxpress.com/news/2025-11-statins-muscles.html
2•walterbell•33m ago•0 comments

People as Foundation: The Productive Capacity Theory of Money – Part 1

https://danieltan.weblog.lol/2025/11/people-as-foundation-the-productive-capacity-theory-of-money...
1•danieltanfh95•37m ago•0 comments

My Idea of What's in the Female Erotica Section of the Bookstore

https://markusstrasser.org/smut
2•eatitraw•46m ago•0 comments

Show HN: Upgrade Charm Crush with search in 9 lines

https://anduil.neocities.org/blog/?page=mcp
1•andai•46m ago•0 comments

Show HN: Turkey Time – A little game about cooking turkey

https://turkey-time.replit.app
1•rootforce•47m ago•0 comments

DIY NAS: 2026 Edition

https://blog.briancmoses.com/2025/11/diy-nas-2026-edition.html
16•sashk•51m ago•4 comments

Graph Algorithms in Rayon

https://davidlattimore.github.io/posts/2025/11/27/graph-algorithms-in-rayon.html
2•todsacerdoti•52m ago•0 comments

Watch and

https://u.fsf.org/escape-to-freedom
1•genxlaura•53m ago•0 comments

The Zero-Width Space-Place

https://starikov.co/zero-width-space/
1•thunderbong•54m ago•0 comments

The Legend of Kipp Hickman

https://www.feistyduck.com/newsletter/issue_131_the_legend_of_kipp_hickman
1•smitty1e•54m ago•0 comments

Vibe coding: What is it good for? Absolutely nothing

https://www.theregister.com/2025/11/24/opinion_column_vibe_coding/
4•galaxyLogic•57m ago•3 comments

CDE – Common Desktop Environment – Release 2.5.3

https://sourceforge.net/p/cdesktopenv/code/ci/e945fc8b08a4882769e29f20fbbb29afe6019da1/
2•marcodiego•58m ago•0 comments

ArXiv Monthly Submissions Chart

https://arxiv.org/stats/monthly_submissions
1•highfrequency•1h ago•0 comments

'The narwhals stop calling': how noise from ships silences wildlife in Arctic

https://www.theguardian.com/environment/2025/nov/25/shipping-noise-arctic-whales-narwhals-sound-q...
1•andsoitis•1h ago•0 comments

Explore the Independent Web

https://ghost.org/changelog/ghost-explore/
2•gpi•1h ago•1 comments

Building a Home Assistant app for iOS for ancient iPads stuck on 9.3.5

https://www.markcipolla.com/homebutler
2•markcipolla•1h ago•1 comments

Archaeologists Discovered a Board Game Built into the Floor of a Maya Compound

https://www.popularmechanics.com/science/archaeology/a69426983/maya-board-game-floor/
1•geox•1h ago•0 comments

From Cloudwashing to O11ywashing

https://charity.wtf/2025/11/24/from-cloudwashing-to-o11ywashing/
1•cratermoon•1h ago•0 comments

What Comes Back When Stopping GLP-1s?

https://www.medscape.com/viewarticle/what-comes-back-when-stopping-glp-1s-2025a1000wtd
1•droopyEyelids•1h ago•1 comments