objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

The links to the sample code you gave me are now invalid #412

Closed ghost closed 9 months ago

ghost commented 9 months ago

For example: #242 #243 #244 (all refer to the same link). Where is it now?

objeck commented 9 months ago

Not sure, I understand. The links are to 3 different issues? I believe they have all been addressed.

ghost commented 9 months ago

Not sure, I understand. The links are to 3 different issues? I believe they have all been addressed.

Unfortunately, I didn't download the file locally and simply bookmarked the link. The link is now invalid, so the sample code is lost.

objeck commented 9 months ago

Not sure, I understand. The links are to 3 different issues? I believe they have all been addressed.

Unfortunately, I didn't download the file locally and simply bookmarked the link. The link is now invalid, so the sample code is lost.

Sorry, what kind of sample code are you looking for?

ghost commented 9 months ago

Sorry, what kind of sample code are you looking for?

Downloading files using Objeck: #243

ghost commented 9 months ago

@objeck It seems you are going to make a new release. Please include the example about downloading files using Objeck into the examples directory of the distribution. Thank you.

objeck commented 9 months ago

I am confused, an example.

Using the WebDownloader class, designed to download multiplies at once. Or the HttpsClient class which can be configured to download a file as part of GET request.

ghost commented 9 months ago

I am confused, an example.

Using the WebDownloader class, designed to download multiplies at once. Or the HttpsClient class which can be configured to download a file as part of GET request.

The previous example you give me, as I recall, uses WebDownloader to download an Objeck release from Github.

objeck commented 9 months ago

Here's an example.

ghost commented 9 months ago

Here's an example.

Please give it a more descriptive name, and move it into https://github.com/objeck/objeck-lang/tree/master/programs/examples, as https://github.com/objeck/objeck-lang/tree/master/programs/tests is a place where everything constantly changes. Thank you.

p/s: I downloaded a local copy anyway.