Jump to page: 1 25  
Page
Thread overview
Adding Modules to C in 10 Lines of Code
Apr 17, 2022
Walter Bright
Apr 18, 2022
Ali Çehreli
Apr 18, 2022
Walter Bright
Apr 19, 2022
user1234
Apr 19, 2022
jmh530
Apr 19, 2022
Mike Parker
Apr 19, 2022
jmh530
Apr 20, 2022
Walter Bright
Apr 22, 2022
ezneh
Apr 22, 2022
Walter Bright
Apr 22, 2022
Matheus
May 03, 2022
forkit
May 27, 2022
Jack
May 30, 2022
Paulo Pinto
Jun 04, 2022
Walter Bright
Jun 04, 2022
Paulo Pinto
Jun 04, 2022
Walter Bright
Jun 05, 2022
Paulo Pinto
Jun 05, 2022
Walter Bright
Jun 06, 2022
Paulo Pinto
Jun 06, 2022
Daniel N
Jun 07, 2022
Walter Bright
Jun 05, 2022
mee6
Jun 05, 2022
Walter Bright
Jun 06, 2022
zjh
Jun 06, 2022
zjh
Jun 06, 2022
forkit
Jun 06, 2022
zjh
Jun 06, 2022
zjh
Jun 06, 2022
forkit
Jun 06, 2022
Ali Çehreli
Jun 06, 2022
forkit
Jun 06, 2022
forkit
Jun 06, 2022
zjh
Jun 06, 2022
claptrap
Jun 06, 2022
Dom Disc
Jun 08, 2022
mee6
Jun 05, 2022
claptrap
Jun 05, 2022
Paulo Pinto
April 17, 2022
https://nwcpp.org/

An online presentation.

Monday at 7PM PST.
April 17, 2022
On 4/17/22 13:12, Walter Bright wrote:
> https://nwcpp.org/
> 
> An online presentation.
> 
> Monday at 7PM PST.

(My earlier post disappeared.)

April 20 is Wednesday.

Ali
April 17, 2022
On 4/17/2022 5:40 PM, Ali Çehreli wrote:
> On 4/17/22 13:12, Walter Bright wrote:
>> https://nwcpp.org/
>>
>> An online presentation.
>>
>> Monday at 7PM PST.
> 
> (My earlier post disappeared.)
> 
> April 20 is Wednesday.
> 
> Ali

Gak! My bad. You're right.
April 19, 2022
On Sunday, 17 April 2022 at 20:12:38 UTC, Walter Bright wrote:
> https://nwcpp.org/
>
> An online presentation.
>
> Monday at 7PM PST.

I thought to that when you made this, a few weeks ago, for importC: "that's 10 lines because module system is already backed by D system of scopes, symbol lookups(, etc.)"

For a pure C compiler, it would be more like 200 lines, right ?
April 19, 2022
On Sunday, 17 April 2022 at 20:12:38 UTC, Walter Bright wrote:
> https://nwcpp.org/
>
> An online presentation.
>
> Monday at 7PM PST.

Will there be a recording available?
April 19, 2022
On Tuesday, 19 April 2022 at 12:41:18 UTC, jmh530 wrote:
> On Sunday, 17 April 2022 at 20:12:38 UTC, Walter Bright wrote:
>> https://nwcpp.org/
>>
>> An online presentation.
>>
>> Monday at 7PM PST.
>
> Will there be a recording available?

Talks from past NWCPP meetups are on their YouTube channel here:

https://www.youtube.com/user/NWCPP/videos

I assume this one will be there, too.
April 19, 2022
On Tuesday, 19 April 2022 at 12:46:16 UTC, Mike Parker wrote:
> [snip]
>
> Talks from past NWCPP meetups are on their YouTube channel here:
>
> https://www.youtube.com/user/NWCPP/videos
>
> I assume this one will be there, too.

Thanks.
April 19, 2022
On 4/19/2022 5:41 AM, jmh530 wrote:
> Will there be a recording available?

Yes. NWCPP routinely posts the video a few days later.
April 22, 2022
On Tuesday, 19 April 2022 at 12:41:18 UTC, jmh530 wrote:
> On Sunday, 17 April 2022 at 20:12:38 UTC, Walter Bright wrote:
>> https://nwcpp.org/
>>
>> An online presentation.
>>
>> Monday at 7PM PST.
>
> Will there be a recording available?

Here it is: https://www.youtube.com/watch?v=2ImfbGm0fls
April 22, 2022
On 4/17/2022 1:12 PM, Walter Bright wrote:
> https://nwcpp.org/
> 
> An online presentation.
> 
> Monday at 7PM PST.

Slides:

https://nwcpp.org/talks/2022/modules_in_c.pdf

Video:

https://www.youtube.com/watch?v=2ImfbGm0fls
« First   ‹ Prev
1 2 3 4 5