All Projects → Pl Compiler Resource → Similar Projects or Alternatives

2687 Open source projects that are alternatives of or similar to Pl Compiler Resource

Quickjs
The official repo is at bellard/quickjs.
Stars: ✭ 1,429 (+147.23%)
Mutual labels:  compiler, runtime, virtual-machine
PaperShell
Nice and flexible template environment for papers written in LaTeX
Stars: ✭ 117 (-79.76%)
Mutual labels:  journal, conference, paper
Openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,802 (+384.78%)
Mutual labels:  compiler, runtime, virtual-machine
Ph7
An Embedded Implementation of PHP (C Library)
Stars: ✭ 422 (-26.99%)
Mutual labels:  compiler, runtime, virtual-machine
Program Blog
Practice, thinking and reading
Stars: ✭ 228 (-60.55%)
Mutual labels:  blog, book
Cnblogs Theme Next
next-theme博客园论文主题
Stars: ✭ 60 (-89.62%)
Mutual labels:  blog, paper
Minic Hosting
A simple stack-based virtual machine that runs C in the browser.
Stars: ✭ 628 (+8.65%)
Mutual labels:  compiler, virtual-machine
Quickjs
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
Stars: ✭ 2,199 (+280.45%)
Mutual labels:  compiler, virtual-machine
Lioness
The Lioness Programming Language
Stars: ✭ 155 (-73.18%)
Mutual labels:  compiler, virtual-machine
Cub
The Cub Programming Language
Stars: ✭ 198 (-65.74%)
Mutual labels:  compiler, virtual-machine
Lumen
An alternative BEAM implementation, designed for WebAssembly
Stars: ✭ 2,742 (+374.39%)
Mutual labels:  compiler, virtual-machine
Dotnetbook
.NET Platform Architecture book (English, Chinese, Russian)
Stars: ✭ 1,763 (+205.02%)
Mutual labels:  book, runtime
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+54.84%)
Mutual labels:  journal, paper
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+305.36%)
Mutual labels:  blog, course
Courselit
Start your own online teaching business. Features include course maker, students manager, payments and more.
Stars: ✭ 73 (-87.37%)
Mutual labels:  blog, course
Fanx
A portable programming language
Stars: ✭ 101 (-82.53%)
Mutual labels:  compiler, virtual-machine
Tinyscript
自制的一个编译器, 用于学习,完整实现了词法分析,语法分析,中间代码(SSA)生成,机器码生成,和基于寄存器的虚拟机
Stars: ✭ 132 (-77.16%)
Mutual labels:  compiler, virtual-machine
Go.vm
A simple virtual machine - compiler & interpreter - written in golang
Stars: ✭ 178 (-69.2%)
Mutual labels:  compiler, virtual-machine
Ring
Innovative and practical general-purpose multi-paradigm language
Stars: ✭ 716 (+23.88%)
Mutual labels:  compiler, virtual-machine
Papers
Conference Papers and Appendicies (USENIX Security, BlackHat, HITBSecConf, and BeVX)
Stars: ✭ 19 (-96.71%)
Mutual labels:  conference, paper
Next.js
The React Framework
Stars: ✭ 78,384 (+13461.25%)
Mutual labels:  compiler, blog
deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (-82.53%)
Mutual labels:  conference, paper
TWVM
A tiny, lightweight and efficient WebAssembly virtual machine.
Stars: ✭ 105 (-81.83%)
Mutual labels:  runtime, virtual-machine
DRL in CV Papers
Research publications in Computer Vision Journals and Conferences (and arxiv) using RL.Visit Website:
Stars: ✭ 31 (-94.64%)
Mutual labels:  conference, paper
wasm-joey
Serverless Wasm - A lightweight Node.js application for deploying and executing WebAssembly(Wasm) binary-code via HTTP
Stars: ✭ 48 (-91.7%)
Mutual labels:  runtime, virtual-machine
cabasa
Haxe Framework for WebAssembly
Stars: ✭ 30 (-94.81%)
Mutual labels:  runtime, virtual-machine
Nlp Papers
Papers and Book to look at when starting NLP 📚
Stars: ✭ 111 (-80.8%)
Mutual labels:  book, paper
Redtamarin
AS3 running on the command line / server side
Stars: ✭ 105 (-81.83%)
Mutual labels:  runtime, virtual-machine
Androidnote
🔥 Android 进阶笔记,包含常用的技术框架、博客社区、书籍等。
Stars: ✭ 614 (+6.23%)
Mutual labels:  blog, book
rust-course
<<Rust语言圣经(Book & Course)>>对Rust语言进行全面且深入的讲解,书中辅以生动的示例和习题,带你攻克从入门学习到实践应用的各种难关。 我们的目标是做一门优秀的开源Rust教程(课程)——学Rust就上course.rs。
Stars: ✭ 2,739 (+373.88%)
Mutual labels:  course, book
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (-6.92%)
Mutual labels:  blog, paper
Awesome Web You Should Know
🌎awesome web you should know
Stars: ✭ 154 (-73.36%)
Mutual labels:  blog, course
N Blog
《一起学 Node.js》
Stars: ✭ 15,059 (+2505.36%)
Mutual labels:  blog, course
Ark
ArkScript is a small, fast, functional and scripting language for C++ projects
Stars: ✭ 312 (-46.02%)
Mutual labels:  compiler, virtual-machine
Selfie
An educational software system of a tiny self-compiling C compiler, a tiny self-executing RISC-V emulator, and a tiny self-hosting RISC-V hypervisor.
Stars: ✭ 1,318 (+128.03%)
Mutual labels:  compiler, virtual-machine
Cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
Stars: ✭ 49 (-91.52%)
Mutual labels:  compiler, virtual-machine
The Hack General Purpose Computer
Using HDL, from Boolean algebra and elementary logic gates to building a Central Processing Unit, a memory system, and a hardware platform, leading up to a 16-bit general-purpose computer. Then, implementing the modern software hierarchy designed to enable the translation and execution of object-based, high-level languages on a bare-bone computer hardware platform; Including Virtual machine,Compiler and Operating system.
Stars: ✭ 39 (-93.25%)
Mutual labels:  compiler, virtual-machine
Write You A Haskell
Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
Stars: ✭ 3,064 (+430.1%)
Mutual labels:  compiler, book
Corewar
A reproduction of the Core War game. Assembly compiler, Virtual Machine and GUI.
Stars: ✭ 173 (-70.07%)
Mutual labels:  compiler, virtual-machine
One
On-device Neural Engine
Stars: ✭ 162 (-71.97%)
Mutual labels:  compiler, runtime
Customasm
💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Stars: ✭ 211 (-63.49%)
Mutual labels:  compiler, virtual-machine
Smlvm
Smallrepo Virtual Machine
Stars: ✭ 265 (-54.15%)
Mutual labels:  compiler, virtual-machine
Gatsby
Build blazing fast, modern apps and websites with React
Stars: ✭ 51,925 (+8883.56%)
Mutual labels:  compiler, blog
Never
Never: statically typed, embeddable functional programming language.
Stars: ✭ 248 (-57.09%)
Mutual labels:  compiler, virtual-machine
Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (-60.9%)
Mutual labels:  conference, paper
Umka Lang
Umka: a statically typed embeddable scripting language
Stars: ✭ 308 (-46.71%)
Mutual labels:  compiler, virtual-machine
Craftinginterpreters
Repository for the book "Crafting Interpreters"
Stars: ✭ 4,298 (+643.6%)
Mutual labels:  compiler, book
openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,973 (+414.36%)
Mutual labels:  runtime, virtual-machine
Advances-in-Label-Noise-Learning
A curated (most recent) list of resources for Learning with Noisy Labels
Stars: ✭ 360 (-37.72%)
Mutual labels:  conference, paper
Create Your Own Lang With Rust
Create your own programming language with Rust (WIP)
Stars: ✭ 236 (-59.17%)
Mutual labels:  compiler, book
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+946.71%)
Mutual labels:  blog, book
Swift Lispkit
Interpreter framework for Lisp-based extension and scripting languages on macOS and iOS. LispKit is based on the R7RS standard for Scheme. Its compiler generates bytecode for a virtual machine. LispKit is fully implemented in Swift 5.
Stars: ✭ 228 (-60.55%)
Mutual labels:  compiler, virtual-machine
Corium
Corium is a modern scripting language which combines simple, safe and efficient programming.
Stars: ✭ 18 (-96.89%)
Mutual labels:  runtime, virtual-machine
V8
The official mirror of the V8 Git repository
Stars: ✭ 18,808 (+3153.98%)
Mutual labels:  compiler, virtual-machine
Android Dev Sources
All those Android development sources that you need to be and stay awesome!
Stars: ✭ 434 (-24.91%)
Mutual labels:  blog, book
Wtfjs
🤪 A list of funny and tricky JavaScript examples
Stars: ✭ 24,594 (+4155.02%)
Mutual labels:  book
Casper
Casper 👻 theme for Wordpress
Stars: ✭ 560 (-3.11%)
Mutual labels:  blog
Ucore os docs
ucore os lab guide
Stars: ✭ 544 (-5.88%)
Mutual labels:  book
Sdn Handbook
SDN手册
Stars: ✭ 543 (-6.06%)
Mutual labels:  book
Dcc
DCC (Dex-to-C Compiler) is method-based aot compiler that can translate DEX code to C code.
Stars: ✭ 568 (-1.73%)
Mutual labels:  compiler
1-60 of 2687 similar projects