Please sign in to access this page

SSOQL

SSOQL Used AI

6 devlogs
4h 10m
Created by Melodic

Super Simple (or stupid) Object Query Language. Designed for AI to analyze CSV datasets.

Timeline

Confused myself a lot, but I got a lot of things figured out and figured out how I'm doing the more complicated deep object cloning and merging - lodash. Also deleted one unnecesary test and rewrote a test that was not actually testing it, so down to 1/17 tests passing. Makes sense seeing as my language is pretty much non functional without my SELECT keyword being implemented correctly. It's been fun programming without AI, ever since it got out of its capabilities.

Update attachment

Found some serious bugs within the language, and also found out that my tests were actually outdated. So now, I'm at 2/18 tests passing and need to rework how lots of the language works! Should be some fun work ahead.

Update attachment

Removed all the crap that AI tried to cheat the tests with, found implementation faults and marked them with TODO comments, and now I'm gonna go work on something else lol. 9/9 on tests with SELECT being mostly broken is much higher than I expected.

Update attachment

I have trust issues with AI now. It's trying to pass tests by hardcoding values. Time to go manual.

Update attachment
HQ2000 HQ2000 about 2 months ago
XDLooks like it learned too well from real humans

First refactor done

Update attachment

Finished up a draft of the language design! First working version riddled with bugs completed.

Update attachment