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 4551048
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:34:52+00:00 2026-05-21T16:34:52+00:00

In another language, I have had something call itself with the new state to

  • 0

In another language, I have had something call itself with the new state to maintain it but I don’t see how to do that with scala actors. Something like this is how I would envision this:

def act(state)
  react {
    case blah => act(doSomething(state, blah))
  }
}
  • 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-21T16:34:53+00:00Added an answer on May 21, 2026 at 4:34 pm

    Well.. funny thing. I tweak my question a little and find it compiles. I realized that all that happens is that I have to return a partial function. Well I can return a partial function that has a parameter in there, so…

    import scala.actors._
    
    object MyActor extends Actor {
      def proc(s: Int) {
        react {
          case input: String =>
            if ((s % 10000) == 0) {
              println(s + ", " + input)
            }
            proc(s + 1)
        }
      }
    
      def act = proc(0)
    }
    
    object TestActors {
      def main(args: Array[String]): Unit = {
        MyActor.start()
    
        for (s <- 1 to 10000000) {
          MyActor ! "a message"
        }
      }
    }
    

    The nice thing is that with a little more tweaking, it could be generalized quite easily.

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

Sidebar

Related Questions

So I have a string that is in another language, most of it looks
I have a process I've inherited that I'm converting to C# from another language.
I have some query.i want to translate from one language to another langugae.i am
I'm about to do this in C++ but I have had to do it
How would i go about getting the value of a field in another language
When using english the following URL should apply: http://example.org/services/myservice/ When using another language, the
I was searching a bit for another platform independent language like Java. Are there
another newbie-question regarding rails and bootstrap. I am using something like this: <div class=tabbable
another problem. I have already placed my Jython.jar into what my computer recognizes as
Another SO thread explains how to use thread::native_handle to do things that are outside

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.