Skip to content
Navigation Menu
{{ message }}
I work on undecidable problems.
Highlights
/**
* Copyright (C) 2015-2025 Developer Sam.
* @demo https://samlang.io/demo
* @github https://github.com/SamChou19815
* @bsky https://bsky.app/profile/developersam.com
* @resume https://developersam.com/resume.pdf
*/
import {List} from std.list;
class Developer(
val github: Str,
val projects: List<Str>,
) {
function sam(): Developer = {
let github = "SamChou19815";
let projects = List
.of("samlang")
.cons("website")
.cons("...");
Developer.init(github, projects)
}
}
class Main {
function main(): Developer = Developer.sam()
}Best viewed on developersam.com.
Pinned Loading
-
facebook/docusaurus
facebook/docusaurus PublicEasy to maintain open source documentation websites.
-
facebook/flow
facebook/flow PublicAdds static typing to JavaScript to improve developer productivity and code quality.
-
cornell-dti/course-plan
cornell-dti/course-plan Publiccourseplan.io is a web app built in Vue.js to allow Cornell students to plan out their 4-year course schedule and track their college, major, and minor requirements.
-
-
mini-react
mini-react Public archiveSam's Implementation of a simplified React for educational purpose.
TypeScript 23
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
You can’t perform that action at this time.




