Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Not new, but never followed through

Not new, but never followed through

Scheduled Pinned Locked Moved The Lounge
csharplearning
15 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R rhyous

    This is not new, however, while others have created a solution, few followed through on continual improvements. I also don't know of a good C# tool like this. I believe there were barriers to using this in the past, but many of those barriers are going away. Also, with kids learning to code with Blockly, future generations might be into accepting this. I believe this is the generation for this market to accept this.

    Richard DeemingR Offline
    Richard DeemingR Offline
    Richard Deeming
    wrote on last edited by
    #5

    Was this supposed to be a reply to Marc's post[^] from yesterday?


    "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

    "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

    M M 2 Replies Last reply
    0
    • D Dave Kreskowiak

      What the hell is "this" thing you're talking about?

      A guide to posting questions on CodeProject

      Click this: Asking questions is a skill. Seriously, do it.
      Dave Kreskowiak

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #6

      My precious!!

      I'd rather be phishing!

      1 Reply Last reply
      0
      • D Dave Kreskowiak

        What the hell is "this" thing you're talking about?

        A guide to posting questions on CodeProject

        Click this: Asking questions is a skill. Seriously, do it.
        Dave Kreskowiak

        OriginalGriffO Offline
        OriginalGriffO Offline
        OriginalGriff
        wrote on last edited by
        #7

        The current class instance: in this case "BeginnerConfusion"

        Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

        "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
        "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

        D 1 Reply Last reply
        0
        • OriginalGriffO OriginalGriff

          The current class instance: in this case "BeginnerConfusion"

          Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #8

          ContextNotFoundException: You must first convey an initial frame of reference before getting/setting the properties of that context.

          A guide to posting questions on CodeProject

          Click this: Asking questions is a skill. Seriously, do it.
          Dave Kreskowiak

          1 Reply Last reply
          0
          • P Pete OHanlon

            Your message is lacking some context. What are you talking about?

            This space for rent

            W Offline
            W Offline
            W Balboos GHB
            wrote on last edited by
            #9

            Quote:

            Your message is lacking some context.

            True - he didn't put half-a-dozen smiley progeny at the end.   So careless!

            Ravings en masse^

            "The difference between genius and stupidity is that genius has its limits." - Albert Einstein

            "If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

            1 Reply Last reply
            0
            • D Dave Kreskowiak

              What the hell is "this" thing you're talking about?

              A guide to posting questions on CodeProject

              Click this: Asking questions is a skill. Seriously, do it.
              Dave Kreskowiak

              M Offline
              M Offline
              Mark_Wallace
              wrote on last edited by
              #10

              CListCtrl?

              I wanna be a eunuchs developer! Pass me a bread knife!

              1 Reply Last reply
              0
              • Richard DeemingR Richard Deeming

                Was this supposed to be a reply to Marc's post[^] from yesterday?


                "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                M Offline
                M Offline
                Mark_Wallace
                wrote on last edited by
                #11

                Shh! It's like the MQOTD -- you're not meant to give a sensible answer.

                I wanna be a eunuchs developer! Pass me a bread knife!

                M 1 Reply Last reply
                0
                • Richard DeemingR Richard Deeming

                  Was this supposed to be a reply to Marc's post[^] from yesterday?


                  "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #12

                  Richard Deeming wrote:

                  Was this supposed to be a reply to Marc's post[^] from yesterday?

                  Probably. CP is acting a bit wonky. I just got 10 email notifications, several in rapid fire succession, of posts on that thread. Marc

                  Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

                  1 Reply Last reply
                  0
                  • R rhyous

                    This is not new, however, while others have created a solution, few followed through on continual improvements. I also don't know of a good C# tool like this. I believe there were barriers to using this in the past, but many of those barriers are going away. Also, with kids learning to code with Blockly, future generations might be into accepting this. I believe this is the generation for this market to accept this.

                    M Offline
                    M Offline
                    Marc Clifton
                    wrote on last edited by
                    #13

                    rhyous wrote:

                    with kids learning to code with Blockly

                    Blockly  |  Google Developers[^] The problem is, real code can never be represented this way. Why would I want to turn every single statement into a visual block? That makes no sense. Even hieroglyphics represented larger concepts. No, what I'm prototyping is something I haven't seen - the ability for the programmer to have absolute freedom as to what gets expressed in "block", and the freedom to interconnect those blocks in a way that makes sense to the developer, rather than being constrained by the tool's concept of what makes sense. In fact, the developer should ultimately be able to define the meaning to the tool: "this arrow here means inheritence" and "this arrow here means nothing you need to concern yourself with." Marc

                    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

                    1 Reply Last reply
                    0
                    • M Mark_Wallace

                      Shh! It's like the MQOTD -- you're not meant to give a sensible answer.

                      I wanna be a eunuchs developer! Pass me a bread knife!

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #14

                      Mark_Wallace wrote:

                      you're not meant to give a sensible answer.

                      Oops. :-O Marc

                      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

                      1 Reply Last reply
                      0
                      • R rhyous

                        This is not new, however, while others have created a solution, few followed through on continual improvements. I also don't know of a good C# tool like this. I believe there were barriers to using this in the past, but many of those barriers are going away. Also, with kids learning to code with Blockly, future generations might be into accepting this. I believe this is the generation for this market to accept this.

                        R Offline
                        R Offline
                        rhyous
                        wrote on last edited by
                        #15

                        Sorry, guys. I clicked "Reply" to the guy who posted about his visual drag'n drop programming language. I'm not sure how it ended up as a new post, although I remember being interrupted by a meeting and afterward the submit erroring out.

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • World
                        • Users
                        • Groups