Jump to page: 1 2
Thread overview
[core.reflect] preview release
Oct 11, 2021
Stefan Koch
Oct 11, 2021
Stefan Koch
Oct 12, 2021
russhy
Oct 13, 2021
Stefan Koch
Oct 12, 2021
Imperatorn
Oct 12, 2021
Stefan Koch
Oct 12, 2021
Imperatorn
Oct 13, 2021
bauss
Oct 13, 2021
Imperatorn
Oct 13, 2021
Timon Gehr
Oct 13, 2021
Stefan Koch
Oct 13, 2021
Basile B.
Oct 14, 2021
Gavin Ray
Oct 14, 2021
Stefan Koch
October 11, 2021

Good day to you.

I have decided to release a preview binary for core.reflect.
And I am including the low-level-runtime.

While this increases the risk of having my work "re-appropriated" it would be pointless not to show the underlying data-structures core.reflect works with.

So here it is: [https://corereflect.org/preview.tar.bz2]
The compiler binary was compiled under a stock ubuntu 16.04, so I would hope that it should run on most recent Debian based distros out there.

Note that this binary does not include the codegenerator, as it is not needed in order to show off the reflection.

Cheers,

And let me know how you like it.

October 11, 2021
On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:
> So here it is: [https://corereflect.org/preview.tar.bz2]
EDIT http://corereflect.org/preview.tar.bz2

I don't have https on there yet ;)
October 12, 2021
On Monday, 11 October 2021 at 11:44:19 UTC, Stefan Koch wrote:
> On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:
>> So here it is: [https://corereflect.org/preview.tar.bz2]
> EDIT http://corereflect.org/preview.tar.bz2
>
> I don't have https on there yet ;)

The download doesn't work when i click on the link, i have to copy / paste directly in the address bar for it to work (Chrome 94)


Thanks for sharing it! i'll give it a try in my current project
October 12, 2021

On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:

>

Good day to you.

I have decided to release a preview binary for core.reflect.
And I am including the low-level-runtime.

While this increases the risk of having my work "re-appropriated" it would be pointless not to show the underlying data-structures core.reflect works with.

So here it is: [https://corereflect.org/preview.tar.bz2]
The compiler binary was compiled under a stock ubuntu 16.04, so I would hope that it should run on most recent Debian based distros out there.

Note that this binary does not include the codegenerator, as it is not needed in order to show off the reflection.

Cheers,

And let me know how you like it.

Cool! Do you have any Windows build available?

Thanks 😎

October 12, 2021

On Tuesday, 12 October 2021 at 18:57:53 UTC, Imperatorn wrote:

>

On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:

>

[...]

Cool! Do you have any Windows build available?

Thanks 😎

Thanks for asking I will provide a windows build shortly.

In the meantime it should run on WSL?

October 12, 2021

On Tuesday, 12 October 2021 at 21:19:05 UTC, Stefan Koch wrote:

>

On Tuesday, 12 October 2021 at 18:57:53 UTC, Imperatorn wrote:

>

On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:

>

[...]

Cool! Do you have any Windows build available?

Thanks 😎

Thanks for asking I will provide a windows build shortly.

In the meantime it should run on WSL?

Yeah it would probably run on WSL without problems. Just asking anyway 😊

October 13, 2021

On Tuesday, 12 October 2021 at 21:19:05 UTC, Stefan Koch wrote:

>

On Tuesday, 12 October 2021 at 18:57:53 UTC, Imperatorn wrote:

>

On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:

>

[...]

Cool! Do you have any Windows build available?

Thanks 😎

Thanks for asking I will provide a windows build shortly.

In the meantime it should run on WSL?

WSL can be disabled and might be within certain systems.

Of course this project isn't meant for anything production, which is usually where such restrictions exist.

October 13, 2021
On Monday, 11 October 2021 at 11:44:19 UTC, Stefan Koch wrote:
> On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:
>> So here it is: [https://corereflect.org/preview.tar.bz2]
> EDIT http://corereflect.org/preview.tar.bz2
>
> I don't have https on there yet ;)

Now the https link should work with one click.

Thanks letsencrypt ;)
October 13, 2021
On 10/11/21 1:43 PM, Stefan Koch wrote:
> risk of having my work "re-appropriated"

Why do you think there is such a risk?
October 13, 2021

On Wednesday, 13 October 2021 at 09:25:29 UTC, bauss wrote:

>

On Tuesday, 12 October 2021 at 21:19:05 UTC, Stefan Koch wrote:

>

On Tuesday, 12 October 2021 at 18:57:53 UTC, Imperatorn wrote:

>

On Monday, 11 October 2021 at 11:43:14 UTC, Stefan Koch wrote:

>

[...]

Cool! Do you have any Windows build available?

Thanks 😎

Thanks for asking I will provide a windows build shortly.

In the meantime it should run on WSL?

WSL can be disabled and might be within certain systems.

Of course this project isn't meant for anything production, which is usually where such restrictions exist.

WSL2 should be 100% compatible though

« First   ‹ Prev
1 2