Discuss Scratch

DifferentDance8
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

BreadcatGames wrote:

gosoccerboy5 wrote:

Having to create and include a whole extra file every time you want to make a single program is rather inconvenient, just saying…
The config file? Then we make it part of the DevKit, which should be the first thing that supports Crisp fully.
Or make a VSCode extension for Crisp?
BreadcatGames
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

DifferentDance8 wrote:

BreadcatGames wrote:

gosoccerboy5 wrote:

Having to create and include a whole extra file every time you want to make a single program is rather inconvenient, just saying…
The config file? Then we make it part of the DevKit, which should be the first thing that supports Crisp fully.
Or make a VSCode extension for Crisp?
Maybe like a Crisp theme and compiler for VSCode?
uwv
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

BreadcatGames wrote:

(#1086)
what about for class declarations we do:
class MyClass
then for attributes and variables we can declare them on the fly like so:
MyClass.attribute(int x)
and then to declare objects:
MyClass.Object(MyObject)
set.MyObject.x(10)
Then inherit like so:
MyClass.inheritFrom.NewClass(public)
which inherits public variables from NewClass.
thats the most disgusting oop i have ever seen just do typescript oop

i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
HGT_123
Scratcher
500+ posts

Crisp™ New & Unusual Programming Language

BreadcatGames wrote:

gosoccerboy5 wrote:

Having to create and include a whole extra file every time you want to make a single program is rather inconvenient, just saying…
The config file? Then we make it part of the DevKit, which should be the first thing that supports Crisp fully.
No. we make it like Thonny - Theres a installing moduales section then they are installed onto your hard drive - also can i design a UI For the dev IDE?

Hi! I'm HGT123
GalaxyOS Is back!
Check out my profile!
BreadcatGames
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

uwv wrote:

BreadcatGames wrote:

(#1086)
what about for class declarations we do:
class MyClass
then for attributes and variables we can declare them on the fly like so:
MyClass.attribute(int x)
and then to declare objects:
MyClass.Object(MyObject)
set.MyObject.x(10)
Then inherit like so:
MyClass.inheritFrom.NewClass(public)
which inherits public variables from NewClass.
thats the most disgusting oop i have ever seen just do typescript oop
well it's readable? maybe?
Redstone1080
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

HGT_123 wrote:

(#1104)

BreadcatGames wrote:

gosoccerboy5 wrote:

Having to create and include a whole extra file every time you want to make a single program is rather inconvenient, just saying…
The config file? Then we make it part of the DevKit, which should be the first thing that supports Crisp fully.
No. we make it like Thonny - Theres a installing moduales section then they are installed onto your hard drive - also can i design a UI For the dev IDE?
No. We need to design the language.

I think we should pause any UI or application-related stuff for Crisp. We really need to get the actual language done.

Maintainer of Snazzle | User of Linux (Fedora in particular) | Fan of Rockets
HGT_123
Scratcher
500+ posts

Crisp™ New & Unusual Programming Language

Redstone1080 wrote:

HGT_123 wrote:

(#1104)

BreadcatGames wrote:

gosoccerboy5 wrote:

Having to create and include a whole extra file every time you want to make a single program is rather inconvenient, just saying…
The config file? Then we make it part of the DevKit, which should be the first thing that supports Crisp fully.
No. we make it like Thonny - Theres a installing moduales section then they are installed onto your hard drive - also can i design a UI For the dev IDE?
No. We need to design the language.

I think we should pause any UI or application-related stuff for Crisp. We really need to get the actual language done.
Yea… good point

Hi! I'm HGT123
GalaxyOS Is back!
Check out my profile!
Indiana__Jones
Scratcher
500+ posts

Crisp™ New & Unusual Programming Language

Listen dear Scratchers, listen dear friends! There has been a lot of criticism in recent posts. But I don't break down. I'm going further. Criticism is only for learning from mistakes. Still, I need time to get back up and fix my mistakes. This is a huge blow to cooperation, but it's not your fault. It's just my lack of logic. However, I must say that many of you have misunderstood my algorithm. I preferred to start with simple things like a website or a logo to get my feet in the water and gain confidence. However, I have an awful lot on my mind. I just don't have time. You probably think this is the end of cooperation? Not! I just want to say that I'm stopping cooperation for a while. I do it reluctantly, but during this time I will try to refine everything that has not worked out so far. I will not list these things, because there are quite a lot of them. I estimate the time around 2-3 months, but this date can change rapidly. It can increase as well as decrease. Use this time wisely and think about the language. For now, I leave this forum at your disposal where you can discuss ideas, but don't approve anything. Have a nice day.

Crisp™
The new Programming Language!
===================================================
We create a new programming language that will be easy to learn and very efficient. We are looking for a great many members! If you are interested in it, I also invite you to show this discussion to others. I would be very, very & very grateful!
ihavecandy7
Scratcher
23 posts

Crisp™ New & Unusual Programming Language

Hello fellow scratchers!

I have a inquiry about the Crisp project. What backend does this compiler use?
Does it use ASM, LLVM, or CLR?
Backends are necessary for generating machine code. Which is why I brought such a topic up.
BlockPoint
Scratcher
100+ posts

Crisp™ New & Unusual Programming Language

Indiana__Jones wrote:

Listen dear Scratchers, listen dear friends! There has been a lot of criticism in recent posts. But I don't break down. I'm going further. Criticism is only for learning from mistakes. Still, I need time to get back up and fix my mistakes. This is a huge blow to cooperation, but it's not your fault. It's just my lack of logic. However, I must say that many of you have misunderstood my algorithm. I preferred to start with simple things like a website or a logo to get my feet in the water and gain confidence. However, I have an awful lot on my mind. I just don't have time. You probably think this is the end of cooperation? Not! I just want to say that I'm stopping cooperation for a while. I do it reluctantly, but during this time I will try to refine everything that has not worked out so far. I will not list these things, because there are quite a lot of them. I estimate the time around 2-3 months, but this date can change rapidly. It can increase as well as decrease. Use this time wisely and think about the language. For now, I leave this forum at your disposal where you can discuss ideas, but don't approve anything. Have a nice day.

What? Well…it makes sense.

BlockPoint
Hi! I'm BlockPoint, a game developer!

~{ Octoball }~
uwv
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

BreadcatGames wrote:

(#1105)

uwv wrote:

BreadcatGames wrote:

(#1086)
what about for class declarations we do:
class MyClass
then for attributes and variables we can declare them on the fly like so:
MyClass.attribute(int x)
and then to declare objects:
MyClass.Object(MyObject)
set.MyObject.x(10)
Then inherit like so:
MyClass.inheritFrom.NewClass(public)
which inherits public variables from NewClass.
thats the most disgusting oop i have ever seen just do typescript oop
well it's readable? maybe?
definitely not, just stick to the well established style of oop people have been doing for years now


i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
cooldudesix
Scratcher
100+ posts

Crisp™ New & Unusual Programming Language

how is crisp doing?

hello scratchers
go to my profile for your best moments of your life
cooldudesix(me)
Go here for some pixely stuff
cooldudepixel(also me)
Go here for dev/trash stuff
(me… again)
Check these scratchers out
holes
falcon
HGT_123
Scratcher
500+ posts

Crisp™ New & Unusual Programming Language

cooldudesix wrote:

how is crisp doing?
Dying of inactivity

Hi! I'm HGT123
GalaxyOS Is back!
Check out my profile!
PPPDUD
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

HGT_123 wrote:

cooldudesix wrote:

how is crisp doing?
Dying of inactivity
+1

Fun fact: If you have malware on a Windows NT device, it's possible that deleting system32 will severely damage the malware. It will also damage your Windows install.

Help keep this topic alive!

The rest of my signature was eaten by an evil kumquat attacked by a terrible president who ate my banana shot down this signature instead of shooting down the TikTok Cell Tower white balloon that probably had a camera bundled with it.

https://img-s-msn-com.akamaized.net/tenant/amp/entityid/AA1isnZw.img?w=800&h=435&q=60&m=2&f=jpg
uwv
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

HGT_123 wrote:

(#1113)

cooldudesix wrote:

how is crisp doing?
Dying of inactivity
ok so guys now i know im not active on this topic but if you don't want this to happen then you know, leave it to people who actually know what they're doing gg

i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks
ztsereteli
Scratcher
91 posts

Crisp™ New & Unusual Programming Language

You guys are overlooking everything and jumping straight to logos, websites, and making up syntax. You need to start with a base.
You need to separate lines into tokens, parse those tokens, do the actions, compile, everything. All you guys are doing is making ideas, which wont work if you actually want this to happen…
Although I am an experienced C programmer, I won’t help with the project. As much as I want to, I’m busy with my own projects on GitHub and “CodeIndy” doesn’t have a good foundation, it’s just a dream. Yes, it could be possible, but if you want it to happen, you’re gonna need to start going technical.

ztsereteli
Scratcher
91 posts

Crisp™ New & Unusual Programming Language

ztsereteli wrote:

You guys are overlooking everything and jumping straight to logos, websites, and making up syntax. You need to start with a base.
You need to separate lines into tokens, parse those tokens, do the actions, compile, everything. All you guys are doing is making ideas, which wont work if you actually want this to happen…
Although I am an experienced C programmer, I won’t help with the project. As much as I want to, I’m busy with my own projects on GitHub and “CodeIndy” doesn’t have a good foundation, it’s just a dream. Yes, it could be possible, but if you want it to happen, you’re gonna need to start going technical.

Also, another reason I don’t want to work on it is you guys seem like you have no idea what you’re ACTUALLY doing, so I would just be doing all the work under your name.

uwv
Scratcher
1000+ posts

Crisp™ New & Unusual Programming Language

ztsereteli wrote:

(#1116)
You guys are overlooking everything and jumping straight to logos, websites, and making up syntax. You need to start with a base.
You need to separate lines into tokens, parse those tokens, do the actions, compile, everything. All you guys are doing is making ideas, which wont work if you actually want this to happen…
Although I am an experienced C programmer, I won’t help with the project. As much as I want to, I’m busy with my own projects on GitHub and “CodeIndy” doesn’t have a good foundation, it’s just a dream. Yes, it could be possible, but if you want it to happen, you’re gonna need to start going technical.
based

ztsereteli wrote:

(#1117)
Also, another reason I don’t want to work on it is you guys seem like you have no idea what you’re ACTUALLY doing, so I would just be doing all the work under your name.
based x2

i use arch linux (btw) with the linux zen kernel and enjoy writing silly things in silly languages using silly frameworks

Powered by DjangoBB