-
Hello! Can you add [Luogu Online IDE](https://www.luogu.org/ide)? :heart:
It can run the following languages:
```
Pascal
C
C++
C++11
C++14
C++17
Python 2
Python 3
PyPy 2
PyPy 3
Java …
-
Tips from @ashishnegi about managing lazy garbage:
> ashishnegi [6:41 PM]
> hi.. i have heard that being a lazy language and on jvm, we add a lot of garbage.. for `faster garbage collection` of int…
-
I've been messing around with your notebook and love it!
Do you have a documented kernel spec for adding languages to the notebook? I want to make an experimental one using Swift that probably shou…
-
[@chochos] A method with a default type argument:
```
void f() {
print(`T`);
}
```
When called without any type arguments, `f()`, receives `Anything` on the JVM, when in fact it should receive `No…
-
**Describe the bug**
On a clean install, the SkinShuffle mod appears to be non-functional. If I try to interact with the mod, the game crashes.
**To Reproduce**
Steps to reproduce the behavior:
…
-
Component Pascal has nothing to do with the language Pascal and it's indeed an Oberon, it's derived from Oberon-2. So it's up to you to let it as a separate lexer or merge it with the Oberon lexer. Co…
-
Hello,
I wondered if it would make a lot of work to add Java as a target for the C code? I am more interested in Clojure, but exporting to Java would allow all JVM language (and Android), to use yo…
-
README 文档中第一句 `Chinese translation of The Java® Virtual Machine Specification.《Java 虚拟机规范(第11版)》中文翻译及示例。` oracle 官方文档地址错误链接到 Java11 说明书(The Java® Language Specification)了,正确地应该是虚拟机地址:https://docs.orac…
-
**What version of OR-Tools and what language are you using?**
Version: ortools-java-9.4.1874
Language: Java
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
Routin…
-
I am trying to get the [rice gem](https://github.com/jasonroelofs/rice) working with truffleruby. I know that rice leverges MRI internals, but I wanted to check if it was possible to make it work with…