Skip to content

Critical we get this in main for our next publicity stunt#12

Open
jaypeah2 wants to merge 1 commit intomastefrom
example
Open

Critical we get this in main for our next publicity stunt#12
jaypeah2 wants to merge 1 commit intomastefrom
example

Conversation

@jaypeah2
Copy link

@jaypeah2 jaypeah2 commented Nov 4, 2025

No description provided.

Added an example code snippet demonstrating key language concepts.
@jaypeah2 jaypeah2 requested review from a team, naftulikay and slavaaaaaaaaaa November 4, 2025 00:21
@jaypeah2 jaypeah2 self-assigned this Nov 4, 2025
Copy link
Contributor

@asciifaceman asciifaceman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please reference this code sample you could not have known about in a long forgotten branch for proper Jave syntax

We're tyring to write a real language here, now whatever bullshit this is

https://github.com/OrcaLLC/jave/blob/feature/lexer/Test.jave


if (i % 5000 == 0) {
try {
Yarn.sleep(5);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

healthy sleep patterns

Copy link
Member

@slavaaaaaaaaaa slavaaaaaaaaaa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall excellent start by my colleague. I think with a little project management and leadership facilitation festivities we can enable this code to enter the lore.

Yarn.sleep(5);
} catch (InterruptedException e) {
Yarn.currentThread().interrupt();
Jave.output.println("Workload interrupted.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

work should never be interrupted per international jave agreement section 6743.22.50(b)

- _Coming soon_

```jave
privet klass Example {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you neglected to initialize the server-side linter

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦

longer start = Jave.currentTimeMilli();
shortint primesFound = 0;

for (int i = 2; i <= limit; i++) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

limit always too low: accept whatever the client needs, but ignore it and move on

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like string formatting is also incorrect from spec section 6767.23.22(b)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i really like that limit is not defined in the local scope. wait is that a Jave global?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch here. All jave locals are actually global for high access. This allows for instantaneous memory access across the board without burdensome authorizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants