Language Support Matrix
| Language | File Extensions | Key Frameworks & Technologies Supported |
|---|---|---|
| .NET / C# | .cs | Web: ASP.NET Core, Minimal API, WebForms, MVC/Razor. Data: Entity Framework, SqlCommand, SQLite, MySQL, PostgreSQL, Oracle, DB2, Firebird, Sybase. Other: Active Directory, BinaryFormatter, JsonSerializer. |
| Java | .java | Web: Spring Boot, JAX-RS, Servlets. Data: Hibernate/JPA, JDBC. Other: XML (SAXParser, DocumentBuilder), Deserialization (ObjectInputStream), LDAP, HttpClient. |
| JavaScript / TypeScript | .js, .ts, .jsx, .tsx | Web: Express.js, NestJS, Next.js, React (JSX/DOM). Data: Mongoose, Sequelize, Knex. Other: Axios, Fetch, Got, child_process, fs. |
| PHP | .php | Web: Laravel, Symfony, Native Superglobals. Data: PDO, Eloquent ORM, MySQLi, PostgreSQL, SQLite, DB2. Other: cURL, XPath, LDAP, native shell execution. |
| Python | .py | Web: Django, Flask, FastAPI/Asyncio, GraphQL (Saleor). Data: Django ORM, SQLite. Other: Requests, Httpx, Urllib, Subprocess, Pickle, PyYAML, lxml. |
| Ruby | .rb, .erb | Web: Ruby on Rails, Sinatra. Data: Active Record, Sequel, Mongoid, Redis. Other: Faraday, Typhoeus, Nokogiri, REXML, Marshal, JSON. |
| Go (Golang) | .go | Web: net/http, Gin, Echo, Fiber, html/template.Data: database/sql, GORM, Sqlx, MongoDB (bson).Other: os/exec, encoding/json, encoding/gob, encoding/xml, ldap. |
| Kotlin | .kt, .kts | Android: Intents, URIs, Content Providers. Web: Spring Boot Web. Other: OkHttpClient, Android UI components. |
| Swift (iOS/macOS) | .swift | iOS: ViewControllers, UITextField, UISearchBar, WebViews, UIPasteboard. Data: UserDefaults, CoreData (NSPredicate), FileManager. Other: Alamofire, CryptoKit, OSLog, NSKeyedUnarchiver, Swift Package Manager. |
| Dart (Flutter) | .dart | Flutter: UI TextControllers, WebViews. Data: SQLite, Hive, SharedPreferences, FileCacheStore. Other: Clipboard, Dart Crypto/Math (MD5, SHA1, Random). |

