Skip to content
#

Java

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 2,993 public repositories matching this topic...

Sammyalhashe
Sammyalhashe commented May 1, 2020

Correct me if I'm wrong, but isn't it not correct that you pass globals as the surrounding environment in LoxFunction's call (https://www.craftinginterpreters.com/functions.html#function-objects)? If I understand this correctly, globals holds a fixed reference to the outer global environment, and it doesn't appear to change. Maybe I missed something, but when you define a recursive call, like yo

dj-xatra
dj-xatra commented Feb 19, 2020

It's not completely clear from the documentation how to use Markdown in a Schemameta XML file. E.g. after some experimenting I found that an unordered should be written differently depending on whether it's inside an element or an attribute.

<comments>- one
- two</comments>

<column name="foo" comments="- one&#10;- two" />

Please document the use of Markdown in Schemameta and wh

jiangzhonglian
jiangzhonglian commented Jun 21, 2019

认领须知

提交的时候不要改动文件名称,即使它跟章节标题不一样也不要改,因为文件名和原文的链接是对应的!!!

留言格式:翻译/校验 + 昵称 + QQ + 章节

需要取消认领的也在此留言。

序号 章节 贡献者 进度 校验者 进度
1 Spark 概述 @keyianpai 100%
2 编程指南 @keyianpai 100%
3 快速入门 @keyianpai 100%
4 Spark 编程指南 @keyianpai 100%
farbodsaraf
farbodsaraf commented Dec 26, 2019

Add JavaScript as a topic

We are currently missing the whole topic for JavaScript naming conventions.

Acceptance Criteria:

  • Add at least 5 different topics for JavaScript naming conventions.
  • Add a home page for JavaScript naming conventions and list all the covered section.
  • Make sure nothing is copied from internet. All the examples and descriptions should be origin
You can’t perform that action at this time.