Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4595936
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:02:38+00:00 2026-05-21T23:02:38+00:00

This is probably a very strange question, and it definitely is. I’m not too

  • 0

This is probably a very strange question, and it definitely is. I’m not too familiar on how programming languages are made with conventional methods, so I’m wondering, is it possible to design a syntaxless programming language? This means that any input will be valid and perform a certain calculation , and the same input will always do the same thing. There will be no syntax error (logic and runtime errors are allowed, the program can crash, do random calculations etc).

I thought of this because genetics are basically, to my understanding, like that.

Edit:
I think there are some misunderstandings. Syntaxless simply means that all input will compute, that the interpreter/compiled program will follow that specific set of instructions, however random it maybe.

Also it has to match the fact that every input has 1 and only 1 output. Having something such as the syntax error violates that rule.

Edit 2 Many people are getting Hung up on the syntax part. Forget about the syntax, focus on the fact that ANY input will produce an UNIQUE output.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T23:02:39+00:00Added an answer on May 21, 2026 at 11:02 pm

    Kind of.

    Syntax refers to the ordering of input, so if you have a language whose meaning does not depend on order, such that a meaningful “sentence” can be constructed regardless of the form of the input, then yes, you can have a syntaxless language. Such a language would have to be somehow case-inflected, or simply define a meaning for every possible separable item (token, character, etc.) of input. You couldn’t depend on the order of such items, but you could depend on their number, so that’s something.

    In all, it’d be pretty esoteric, since operational semantics typically depend on syntax, and it’s not immediately obvious to most people that that dependence isn’t strictly necessary. Here’s a non–Turing-complete syntaxless language:

    • Count the a characters.
    • Count the b characters.
    • Ignore everything else.
    • Produce the quotient of the two counts.

    And here’s a Turing-complete one:

    • Count the a characters.
    • Count the b characters.
    • Ignore everything else.
    • Take the binary representation of the count of a characters.
    • Prefix that with a number of zeros equal to the count of b characters.
    • Evaluate the result as a Jot program.

    Then again, how deep does the rabbit-hole go? What is the fundamental unit of your input? If it’s bytes, or characters, then you’ve got a vast array of possible input tokens to work with. If however you admit that there’s a fundamental ordering to the bits within a character, then you have to reduce the problem further, and depend solely on the number of 0 bits and the number of 1 bits, which, granted, is still more than enough information from which to construct a meaningful program. Take my Turing-complete example and substitute a and b with “clear bits” and “set bits” respectively.

    Of course, it’s also been argued that Lisp is syntaxless in a way, since its syntax is a direct representation of the abstract structure of the program, not to mention the whole program-as-data thing. Really it’s not that Lisp and its derivatives are strictly syntaxless so much as they have one-to-one correspondence between syntax and meaning. Just like an integer literal, a Lisp program is effectively just one great big code literal.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

All, Sorry - this is probably a very strange question. I'm working on a
This is probably a very strange request. I need to programmaticaly (via code) change
This is probably very basic, but it's giving me a headache, and I'm not
This is probably a very simple question to an experienced person with UNIX however
This is probably something very simple but I'm not getting the results I'm expecting.
This is probably a very common question but here it goes. I created an
This is probably a very simple question for some, but it has me stumped.
All, I'm pretty new to AS3, so this is probably a very trivial question.
This is my first question, probably very silly indeed :) I have a selection
This is probably a very simple question. I am new to Rails and have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.