Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.c > #171194

Re: how many lines you coded?

Newsgroups comp.lang.c
Date 2023-07-24 00:45 -0700
References (1 earlier) <u9jro5$an58$1@dont-email.me> <u9k061$b57v$1@dont-email.me> <u9l7m1$it9v$1@dont-email.me> <f8b720c1-aa44-4323-9347-1615860b17e2n@googlegroups.com> <f6404bc0-0bf4-4325-b286-fc8f247a2f50n@googlegroups.com>
Message-ID <bf55e2c0-e832-4414-8899-e02c39a46e31n@googlegroups.com> (permalink)
Subject Re: how many lines you coded?
From fir <profesor.fir@gmail.com>

Show all headers | View raw


poniedziałek, 24 lipca 2023 o 09:35:23 UTC+2 fir napisał(a):
> poniedziałek, 24 lipca 2023 o 09:27:49 UTC+2 fir napisał(a): 
> > poniedziałek, 24 lipca 2023 o 09:02:40 UTC+2 David Brown napisał(a): 
> > > On 23/07/2023 21:48, Vir Campestris wrote: 
> > > > On 23/07/2023 19:32, Bonita Montero wrote: 
> > > >> For sure in assembly, because that's easier to learn than C. 😉 
> > > > 
> > > > Yes, but which assembler? 
> > > > 
> > > > I've used perhaps a dozen. Perhaps because it depends on things like 
> > > > whether a '286 counts as different to an 8086. 
> > > > 
> > > I have also used at least a dozen assembly languages - and that is /not/ 
> > > counting variations such as 8086/80286. (I haven't actually written any 
> > > x86 assembly.) 
> > > 
> > > And while some are easy to learn, others are very far from simple - 
> > > especially if you want to get efficient results. 
> > > > I have no clue how many lines of code I've written. Not even the vaguest 
> > > > idea. 
> > > > 
> > code is a tree assembler is good for the 'leafs' but not for the composition of thousands of them (today compiler manages the leafs).. i n fact is better to manage the thin branches (wtwigs) but i 
> > think from some time it has a lack of the bigger branches.. 
> > im not sure in quite new part of the language wouldnt be needed 
> > (to ba able to manage those twigs) 
> > 
> > one think is the big picture of code in c is not clearly showed, 
> > the second is sometimes someone need to write a big doze 
> > of switches which is tiring and probbaly it would be better to have some pattern for this
> so i could try to see it c is second assembly on higher level (not mnemonics but on level of functions) and need some second c to be able to get away of the procedures assembly (oop is obviously no way for that..it would be rather need of some kind of discovered predefined patterns or a way of composition of them.. i dont get much idea for that though)

agent paradigm could be somewhat for that (model of twigs composition), though probably some other also could be found 

i eventually could rethink it in a context of my game i now write whan i feel the pain of what i was writing : 'distruibuted' code (code that is distributed on 15 places where ading something mekes big slowdowns of finding that places blindly and jumping among them)

Back to comp.lang.c | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-23 10:29 -0700
  Re: how many lines you coded? Bart <bc@freeuk.com> - 2023-07-23 18:44 +0100
    Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-23 11:12 -0700
  Re: how many lines you coded? Bonita Montero <Bonita.Montero@gmail.com> - 2023-07-23 20:32 +0200
    Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-23 11:51 -0700
      Re: how many lines you coded? Bonita Montero <Bonita.Montero@gmail.com> - 2023-07-23 21:18 +0200
        Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 05:10 -0700
          Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 05:19 -0700
            Re: how many lines you coded? Richard Harnden <richard.nospam@gmail.com> - 2023-07-24 13:45 +0100
              Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 05:51 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 06:44 -0700
                Re: how many lines you coded? Richard Harnden <richard.nospam@gmail.com> - 2023-07-24 15:36 +0100
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 07:40 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 07:29 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 07:39 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 02:34 -0700
    Re: how many lines you coded? Vir Campestris <vir.campestris@invalid.invalid> - 2023-07-23 20:48 +0100
      Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-23 13:29 -0700
      Re: how many lines you coded? David Brown <david.brown@hesbynett.no> - 2023-07-24 09:02 +0200
        Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 00:27 -0700
          Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 00:35 -0700
            Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 00:45 -0700
              Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 01:18 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 01:19 -0700
        Re: how many lines you coded? Bart <bc@freeuk.com> - 2023-07-24 11:21 +0100
          Re: how many lines you coded? David Brown <david.brown@hesbynett.no> - 2023-07-24 20:01 +0200
            Re: how many lines you coded? scott@slp53.sl.home (Scott Lurndal) - 2023-07-24 18:20 +0000
              Re: how many lines you coded? Bart <bc@freeuk.com> - 2023-07-24 20:49 +0100
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 13:13 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-24 13:22 -0700
          Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 08:51 -0700
            Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 09:16 -0700
            Re: how many lines you coded? Bart <bc@freeuk.com> - 2023-07-25 18:48 +0100
              Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 11:13 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 11:26 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 11:34 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 11:46 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 12:02 -0700
                Re: how many lines you coded? Bart <bc@freeuk.com> - 2023-07-25 22:14 +0100
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 14:35 -0700
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 15:31 -0700
  Re: how many lines you coded? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-07-23 12:42 -0700
    Re: how many lines you coded? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2023-07-25 20:36 -0700
      Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-26 01:44 -0700
  Re: how many lines you coded? John McCue <jmccue@fuzzball.jmcunx.com> - 2023-07-25 20:26 +0000
    Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-25 14:52 -0700
  Re: how many lines you coded? Ed Prochak <edprochak@gmail.com> - 2023-07-26 08:04 -0700
    Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-27 01:16 -0700
      Re: how many lines you coded? Ed Prochak <edprochak@gmail.com> - 2023-07-30 21:38 -0700
  Re: how many lines you coded? Lynn McGuire <lynnmcguire5@gmail.com> - 2023-07-28 19:53 -0500
    Re: how many lines you coded? Ed Prochak <edprochak@gmail.com> - 2023-07-30 21:40 -0700
      Re: how many lines you coded? scott@slp53.sl.home (Scott Lurndal) - 2023-07-31 14:54 +0000
        Re: how many lines you coded? Lynn McGuire <lynnmcguire5@gmail.com> - 2023-07-31 23:22 -0500
  Re: how many lines you coded? aph@littlepinkcloud.invalid - 2023-07-31 09:29 +0000
    Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 05:10 -0700
      Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 05:16 -0700
        Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 05:36 -0700
          Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 07:00 -0700
      Re: how many lines you coded? Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2023-07-31 05:27 -0700
        Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 05:41 -0700
          Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 05:51 -0700
            Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-07-31 05:59 -0700
        Re: how many lines you coded? aph@littlepinkcloud.invalid - 2023-08-04 17:57 +0000
          Re: how many lines you coded? Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2023-08-04 11:05 -0700
            Re: how many lines you coded? scott@slp53.sl.home (Scott Lurndal) - 2023-08-04 19:03 +0000
              Re: how many lines you coded? Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2023-08-04 12:24 -0700
                Re: how many lines you coded? gazelle@shell.xmission.com (Kenny McCormack) - 2023-08-04 19:27 +0000
              Was Dijkstra a "lefty" ? (Was: how many lines you coded?) gazelle@shell.xmission.com (Kenny McCormack) - 2023-08-04 19:26 +0000
                Re: Was Dijkstra a "lefty" ? (Was: how many lines you coded?) Malcolm McLean <malcolm.arthur.mclean@gmail.com> - 2023-08-04 13:54 -0700
              Re: how many lines you coded? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2023-08-04 19:47 -0700
                Again, OT is OT! (Was: how many lines you coded?) gazelle@shell.xmission.com (Kenny McCormack) - 2023-08-05 03:51 +0000
                Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-08-05 03:39 -0700
            [OT, Sorry] Re: how many lines you coded? aph@littlepinkcloud.invalid - 2023-08-05 03:02 +0000
          Re: how many lines you coded? Kaz Kylheku <864-117-4973@kylheku.com> - 2023-08-04 19:41 +0000
  Re: how many lines you coded? jak <nospam@please.ty> - 2023-08-01 18:09 +0200
    Re: how many lines you coded? fir <profesor.fir@gmail.com> - 2023-08-01 10:17 -0700

csiph-web